#7806C4

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

Shades of Dark Violet #7806C4

Tints of Dark Violet #7806C4

Color information

#7806C4 (or 0x7806C4) is unknown color: approx Dark Violet. HEX triplet: 78, 06 and C4. RGB value is (120,6,196). Sum of RGB (Red+Green+Blue) = 120+6+196=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #7806C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7806C4 is #87F93B. Grayscale: #3D3D3D. Windows color (decimal): -8911164 or 12846712. OLE color: 12846712.

HSL color Cylindrical-coordinate representation of color #7806C4: hue angle of 276º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7806C4 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1206196-
CMYK0.390.9700.23
HSL276º94.06%39.61%-
HSV(B)276º96.94%76.86%-
XYZ17.778.1152.85-
YUV61.75203.77169.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=37.27%
G=1.86%
B=60.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12061960.390.9700.2327694.0639.61
Hex786C427610171145e28
Octal17063044714102742413650
Binary11110001101100010010011111000010101111000101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7806C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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