#7608DA

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

Shades of Dark Violet #7608DA

Tints of Dark Violet #7608DA

Color information

#7608DA (or 0x7608DA) is unknown color: approx Dark Violet. HEX triplet: 76, 08 and DA. RGB value is (118,8,218). Sum of RGB (Red+Green+Blue) = 118+8+218=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #7608DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7608DA is #89F725. Grayscale: #404040. Windows color (decimal): -9041702 or 14289014. OLE color: 14289014.

HSL color Cylindrical-coordinate representation of color #7608DA: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7608DA is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1188218-
CMYK0.460.9600.15
HSL271.43º92.92%44.31%-
HSV(B)271.43º96.33%85.49%-
XYZ20.219.0967.02-
YUV64.83214.44165.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 218 (85.55% from 255) = 63.37%
R=34.30%
G=2.33%
B=63.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11882180.460.9600.15271.4392.9244.31
Hex768DA2E600F10f5d2c
Octal166103325614001741713554
Binary11101101000110110101011101100000011111000011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7608DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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