#7A02D1

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

Shades of Dark Violet #7A02D1

Tints of Dark Violet #7A02D1

Color information

#7A02D1 (or 0x7A02D1) is unknown color: approx Dark Violet. HEX triplet: 7A, 02 and D1. RGB value is (122,2,209). Sum of RGB (Red+Green+Blue) = 122+2+209=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A02D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A02D1 is #85FD2E. Grayscale: #3C3C3C. Windows color (decimal): -8781103 or 13697658. OLE color: 13697658.

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

Color convert

RGB1222209-
CMYK0.420.9900.18
HSL274.78º98.1%41.37%-
HSV(B)274.78º99.04%81.96%-
XYZ19.568.7860.99-
YUV61.48211.26171.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 209 (82.03% from 255) = 62.76%
R=36.64%
G=0.60%
B=62.76%

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
Decimal12222090.420.9900.18274.7898.141.37
Hex7A2D12A630121136229
Octal17223215214302242314251
Binary1111010101101000110101011000110100101000100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A02D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A02D1; }

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

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

<style>
 a { background-color: #7A02D1; }

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

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

<style>
 span { border-color: #7A02D1; }

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

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