#760CB9

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

Shades of Dark Violet #760CB9

Tints of Dark Violet #760CB9

Color information

#760CB9 (or 0x760CB9) is unknown color: approx Dark Violet. HEX triplet: 76, 0C and B9. RGB value is (118,12,185). Sum of RGB (Red+Green+Blue) = 118+12+185=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #760CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CB9 is #89F346. Grayscale: #3E3E3E. Windows color (decimal): -9040711 or 12127350. OLE color: 12127350.

HSL color Cylindrical-coordinate representation of color #760CB9: hue angle of 276.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CB9 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11812185-
CMYK0.360.9400.27
HSL276.76º87.82%38.63%-
HSV(B)276.76º93.51%72.55%-
XYZ16.367.6246.51-
YUV63.42196.62166.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 12 (5.08% from 255) = 3.81%
BLUE value IS 185 (72.66% from 255) = 58.73%
R=37.46%
G=3.81%
B=58.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118121850.360.9400.27276.7687.8238.63
Hex76CB9245E01B1155827
Octal166142714413603342513047
Binary111011011001011100110010010111100110111000101011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,12,185); }

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

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

 a { background-color: rgb(118,12,185); }

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

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

 span { border-color: rgb(118,12,185); }

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