#7600D2

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

Shades of Dark Violet #7600D2

Tints of Dark Violet #7600D2

Color information

#7600D2 (or 0x7600D2) is unknown color: approx Dark Violet. HEX triplet: 76, 00 and D2. RGB value is (118,0,210). Sum of RGB (Red+Green+Blue) = 118+0+210=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 210 (82.42% from 255 or 64.02% from 328); Max value from RGB is 210 - color contains mainly: blue. Hex color #7600D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600D2 is #89FF2D. Grayscale: #3A3A3A. Windows color (decimal): -9043758 or 13762678. OLE color: 13762678.

HSL color Cylindrical-coordinate representation of color #7600D2: hue angle of 273.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600D2 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1180210-
CMYK0.44100.18
HSL273.71º100%41.18%-
HSV(B)273.71º100%82.35%-
XYZ19.18.561.61-
YUV59.22213.09169.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 210 (82.42% from 255) = 64.02%
R=35.98%
G=0%
B=64.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11802100.44100.18273.7110041.18
Hex760D22C640121126429
Octal16603225414402242214451
Binary111011001101001010110011001000100101000100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7600D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7600D2; }

 p { color: rgb(118,0,210); }

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

<style>
 a { background-color: #7600D2; }

 a { background-color: rgb(118,0,210); }

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

<style>
 span { border-color: #7600D2; }

 span { border-color: rgb(118,0,210); }

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