#760CBF

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

Shades of Dark Violet #760CBF

Tints of Dark Violet #760CBF

Color information

#760CBF (or 0x760CBF) is unknown color: approx Dark Violet. HEX triplet: 76, 0C and BF. RGB value is (118,12,191). Sum of RGB (Red+Green+Blue) = 118+12+191=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #760CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBF is #89F340. Grayscale: #3F3F3F. Windows color (decimal): -9040705 or 12520566. OLE color: 12520566.

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

Color convert

RGB11812191-
CMYK0.380.9400.25
HSL275.53º88.18%39.8%-
HSV(B)275.53º93.72%74.9%-
XYZ17.017.8849.91-
YUV64.1199.62166.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 12 (5.08% from 255) = 3.74%
BLUE value IS 191 (75% from 255) = 59.50%
R=36.76%
G=3.74%
B=59.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118121910.380.9400.25275.5388.1839.8
Hex76CBF265E0191145828
Octal166142774613603142413050
Binary111011011001011111110011010111100110011000101001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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