#7602D3

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

Shades of Dark Violet #7602D3

Tints of Dark Violet #7602D3

Color information

#7602D3 (or 0x7602D3) is unknown color: approx Dark Violet. HEX triplet: 76, 02 and D3. RGB value is (118,2,211). Sum of RGB (Red+Green+Blue) = 118+2+211=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #7602D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7602D3 is #89FD2C. Grayscale: #3B3B3B. Windows color (decimal): -9043245 or 13828726. OLE color: 13828726.

HSL color Cylindrical-coordinate representation of color #7602D3: hue angle of 273.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602D3 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1182211-
CMYK0.440.9900.17
HSL273.3º98.12%41.76%-
HSV(B)273.3º99.05%82.75%-
XYZ19.258.662.27-
YUV60.51212.93169.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 211 (82.81% from 255) = 63.75%
R=35.65%
G=0.60%
B=63.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11822110.440.9900.17273.398.1241.76
Hex762D32C63011111622a
Octal16623235414302142114252
Binary1110110101101001110110011000110100011000100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7602D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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