#7802B6

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

Shades of Dark Violet #7802B6

Tints of Dark Violet #7802B6

Color information

#7802B6 (or 0x7802B6) is unknown color: approx Dark Violet. HEX triplet: 78, 02 and B6. RGB value is (120,2,182). Sum of RGB (Red+Green+Blue) = 120+2+182=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #7802B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802B6 is #87FD49. Grayscale: #393939. Windows color (decimal): -8912202 or 11928184. OLE color: 11928184.

HSL color Cylindrical-coordinate representation of color #7802B6: hue angle of 279.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802B6 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1202182-
CMYK0.340.9900.29
HSL279.33º97.83%36.08%-
HSV(B)279.33º98.9%71.37%-
XYZ16.217.4144.83-
YUV57.8198.09172.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=39.47%
G=0.66%
B=59.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12021820.340.9900.29279.3397.8336.08
Hex782B6226301D1176224
Octal17022664214303542714244
Binary1111000101011011010001011000110111011000101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7802B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7802B6; }

 p { color: rgb(120,2,182); }

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

<style>
 a { background-color: #7802B6; }

 a { background-color: rgb(120,2,182); }

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

<style>
 span { border-color: #7802B6; }

 span { border-color: rgb(120,2,182); }

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