#7608B5

Color #7608B5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7608B5

Tints of Dark Violet #7608B5

Color information

#7608B5 (or 0x7608B5) is unknown color: approx Dark Violet. HEX triplet: 76, 08 and B5. RGB value is (118,8,181). Sum of RGB (Red+Green+Blue) = 118+8+181=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #7608B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608B5 is #89F74A. Grayscale: #3C3C3C. Windows color (decimal): -9041739 or 11864182. OLE color: 11864182.

HSL color Cylindrical-coordinate representation of color #7608B5: hue angle of 278.15º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608B5 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1188181-
CMYK0.350.9600.29
HSL278.15º91.53%37.06%-
HSV(B)278.15º95.58%70.98%-
XYZ15.97.3644.3-
YUV60.61195.94168.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 181 (71.09% from 255) = 58.96%
R=38.44%
G=2.61%
B=58.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11881810.350.9600.29278.1591.5337.06
Hex768B5236001D1165c25
Octal166102654314003542613445
Binary111011010001011010110001111000000111011000101101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7608B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7608B5; }

 p { color: rgb(118,8,181); }

 H1.HeaderClassName
 {
   color: #7608B5;
 }
 .AnyTagClassName
 {
   color: #7608B5;
 }
</style>
background-color css

<style>
 a { background-color: #7608B5; }

 a { background-color: rgb(118,8,181); }

 div.DivClassName
 {
   background-color: #7608B5;
 }
 .BgClassName
 {
   background-color: #7608B5;
 }
</style>
border-color css

<style>
 span { border-color: #7608B5; }

 span { border-color: rgb(118,8,181); }

 td.TdClassName
 {
   border-color: #7608B5;
 }
 .TagClassName
 {
   border-color: #7608B5;
 }
</style>