#7806B4

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

Shades of Dark Violet #7806B4

Tints of Dark Violet #7806B4

Color information

#7806B4 (or 0x7806B4) is unknown color: approx Dark Violet. HEX triplet: 78, 06 and B4. RGB value is (120,6,180). Sum of RGB (Red+Green+Blue) = 120+6+180=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #7806B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7806B4 is #87F94B. Grayscale: #3B3B3B. Windows color (decimal): -8911180 or 11798136. OLE color: 11798136.

HSL color Cylindrical-coordinate representation of color #7806B4: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7806B4 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1206180-
CMYK0.330.9700.29
HSL279.31º93.55%36.47%-
HSV(B)279.31º96.67%70.59%-
XYZ16.057.4243.77-
YUV59.92195.77170.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 6 (2.73% from 255) = 1.96%
BLUE value IS 180 (70.70% from 255) = 58.82%
R=39.22%
G=1.96%
B=58.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12061800.330.9700.29279.3193.5536.47
Hex786B4216101D1175e24
Octal17062644114103542713644
Binary11110001101011010010000111000010111011000101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7806B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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