#7808D7

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

Shades of Dark Violet #7808D7

Tints of Dark Violet #7808D7

Color information

#7808D7 (or 0x7808D7) is unknown color: approx Dark Violet. HEX triplet: 78, 08 and D7. RGB value is (120,8,215). Sum of RGB (Red+Green+Blue) = 120+8+215=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #7808D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808D7 is #87F728. Grayscale: #404040. Windows color (decimal): -8910633 or 14092408. OLE color: 14092408.

HSL color Cylindrical-coordinate representation of color #7808D7: hue angle of 272.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808D7 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1208215-
CMYK0.440.9600.16
HSL272.46º92.83%43.73%-
HSV(B)272.46º96.28%84.31%-
XYZ20.19.0764.98-
YUV65.09212.61167.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 215 (84.38% from 255) = 62.68%
R=34.99%
G=2.33%
B=62.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12082150.440.9600.16272.4692.8343.73
Hex788D72C600101105d2c
Octal170103275414002042013554
Binary111100010001101011110110011000000100001000100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7808D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7808D7; }

 p { color: rgb(120,8,215); }

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

<style>
 a { background-color: #7808D7; }

 a { background-color: rgb(120,8,215); }

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

<style>
 span { border-color: #7808D7; }

 span { border-color: rgb(120,8,215); }

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