#7902D1

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

Shades of Dark Violet #7902D1

Tints of Dark Violet #7902D1

Color information

#7902D1 (or 0x7902D1) is unknown color: approx Dark Violet. HEX triplet: 79, 02 and D1. RGB value is (121,2,209). Sum of RGB (Red+Green+Blue) = 121+2+209=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #7902D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7902D1 is #86FD2E. Grayscale: #3C3C3C. Windows color (decimal): -8846639 or 13697657. OLE color: 13697657.

HSL color Cylindrical-coordinate representation of color #7902D1: hue angle of 274.49º 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 #7902D1 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1212209-
CMYK0.420.9900.18
HSL274.49º98.1%41.37%-
HSV(B)274.49º99.04%81.96%-
XYZ19.428.7160.98-
YUV61.18211.42170.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 209 (82.03% from 255) = 62.95%
R=36.45%
G=0.60%
B=62.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12122090.420.9900.18274.4998.141.37
Hex792D12A630121126229
Octal17123215214302242214251
Binary1111001101101000110101011000110100101000100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7902D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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