#7602C9

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

Shades of Dark Violet #7602C9

Tints of Dark Violet #7602C9

Color information

#7602C9 (or 0x7602C9) is unknown color: approx Dark Violet. HEX triplet: 76, 02 and C9. RGB value is (118,2,201). Sum of RGB (Red+Green+Blue) = 118+2+201=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #7602C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602C9 is #89FD36. Grayscale: #3A3A3A. Windows color (decimal): -9043255 or 13173366. OLE color: 13173366.

HSL color Cylindrical-coordinate representation of color #7602C9: hue angle of 274.97º 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 #7602C9 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1182201-
CMYK0.410.9900.21
HSL274.97º98.03%39.8%-
HSV(B)274.97º99%78.82%-
XYZ18.048.1155.87-
YUV59.37207.93169.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 201 (78.91% from 255) = 62.62%
R=36.76%
G=0.62%
B=62.62%

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
Decimal11822010.410.9900.21274.9798.0339.8
Hex762C929630151136228
Octal16623115114302542314250
Binary1110110101100100110100111000110101011000100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7602C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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