#7802D1

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

Shades of Dark Violet #7802D1

Tints of Dark Violet #7802D1

Color information

#7802D1 (or 0x7802D1) is unknown color: approx Dark Violet. HEX triplet: 78, 02 and D1. RGB value is (120,2,209). Sum of RGB (Red+Green+Blue) = 120+2+209=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #7802D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802D1 is #87FD2E. Grayscale: #3C3C3C. Windows color (decimal): -8912175 or 13697656. OLE color: 13697656.

HSL color Cylindrical-coordinate representation of color #7802D1: hue angle of 274.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802D1 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1202209-
CMYK0.430.9900.18
HSL274.2º98.1%41.37%-
HSV(B)274.2º99.04%81.96%-
XYZ19.288.6460.97-
YUV60.88211.59170.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 209 (82.03% from 255) = 63.14%
R=36.25%
G=0.60%
B=63.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12022090.430.9900.18274.298.141.37
Hex782D12B630121126229
Octal17023215314302242214251
Binary1111000101101000110101111000110100101000100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7802D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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