#7808B4

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

Shades of Dark Violet #7808B4

Tints of Dark Violet #7808B4

Color information

#7808B4 (or 0x7808B4) is unknown color: approx Dark Violet. HEX triplet: 78, 08 and B4. RGB value is (120,8,180). Sum of RGB (Red+Green+Blue) = 120+8+180=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #7808B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808B4 is #87F74B. Grayscale: #3C3C3C. Windows color (decimal): -8910668 or 11798648. OLE color: 11798648.

HSL color Cylindrical-coordinate representation of color #7808B4: hue angle of 279.07º degrees, saturation: 0.91, 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 #7808B4 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1208180-
CMYK0.330.9600.29
HSL279.07º91.49%36.86%-
HSV(B)279.07º95.56%70.59%-
XYZ16.077.4643.77-
YUV61.1195.11170.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=38.96%
G=2.60%
B=58.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12081800.330.9600.29279.0791.4936.86
Hex788B4216001D1175b25
Octal170102644114003542713345
Binary111100010001011010010000111000000111011000101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7808B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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