#760DC0

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

Shades of Dark Violet #760DC0

Tints of Dark Violet #760DC0

Color information

#760DC0 (or 0x760DC0) is unknown color: approx Dark Violet. HEX triplet: 76, 0D and C0. RGB value is (118,13,192). Sum of RGB (Red+Green+Blue) = 118+13+192=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #760DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DC0 is #89F23F. Grayscale: #404040. Windows color (decimal): -9040448 or 12586358. OLE color: 12586358.

HSL color Cylindrical-coordinate representation of color #760DC0: hue angle of 275.2º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DC0 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11813192-
CMYK0.390.9300.25
HSL275.2º87.32%40.2%-
HSV(B)275.2º93.23%75.29%-
XYZ17.137.9550.5-
YUV64.8199.79165.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 13 (5.47% from 255) = 4.02%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=36.53%
G=4.02%
B=59.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118131920.390.9300.25275.287.3240.2
Hex76DC0275D0191135728
Octal166153004713503142312750
Binary111011011011100000010011110111010110011000100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760DC0; }

 p { color: rgb(118,13,192); }

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

<style>
 a { background-color: #760DC0; }

 a { background-color: rgb(118,13,192); }

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

<style>
 span { border-color: #760DC0; }

 span { border-color: rgb(118,13,192); }

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