#7702C9

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

Shades of Dark Violet #7702C9

Tints of Dark Violet #7702C9

Color information

#7702C9 (or 0x7702C9) is unknown color: approx Dark Violet. HEX triplet: 77, 02 and C9. RGB value is (119,2,201). Sum of RGB (Red+Green+Blue) = 119+2+201=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #7702C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7702C9 is #88FD36. Grayscale: #3A3A3A. Windows color (decimal): -8977719 or 13173367. OLE color: 13173367.

HSL color Cylindrical-coordinate representation of color #7702C9: hue angle of 275.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702C9 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1192201-
CMYK0.410.9900.21
HSL275.28º98.03%39.8%-
HSV(B)275.28º99%78.82%-
XYZ18.178.1855.88-
YUV59.67207.76170.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 201 (78.91% from 255) = 62.42%
R=36.96%
G=0.62%
B=62.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11922010.410.9900.21275.2898.0339.8
Hex772C929630151136228
Octal16723115114302542314250
Binary1110111101100100110100111000110101011000100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7702C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7702C9; }

 p { color: rgb(119,2,201); }

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

<style>
 a { background-color: #7702C9; }

 a { background-color: rgb(119,2,201); }

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

<style>
 span { border-color: #7702C9; }

 span { border-color: rgb(119,2,201); }

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