#760BCA

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

Shades of Dark Violet #760BCA

Tints of Dark Violet #760BCA

Color information

#760BCA (or 0x760BCA) is unknown color: approx Dark Violet. HEX triplet: 76, 0B and CA. RGB value is (118,11,202). Sum of RGB (Red+Green+Blue) = 118+11+202=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #760BCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BCA is #89F435. Grayscale: #404040. Windows color (decimal): -9040950 or 13241206. OLE color: 13241206.

HSL color Cylindrical-coordinate representation of color #760BCA: hue angle of 273.61º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BCA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11811202-
CMYK0.420.9500.21
HSL273.61º89.67%41.76%-
HSV(B)273.61º94.55%79.22%-
XYZ18.258.3656.53-
YUV64.77205.45165.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 11 (4.69% from 255) = 3.32%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=35.65%
G=3.32%
B=61.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118112020.420.9500.21273.6189.6741.76
Hex76BCA2A5F0151125a2a
Octal166133125213702542213252
Binary111011010111100101010101010111110101011000100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,11,202); }

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

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

 a { background-color: rgb(118,11,202); }

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

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

 span { border-color: rgb(118,11,202); }

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