#760CBD

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

Shades of Dark Violet #760CBD

Tints of Dark Violet #760CBD

Color information

#760CBD (or 0x760CBD) is unknown color: approx Dark Violet. HEX triplet: 76, 0C and BD. RGB value is (118,12,189). Sum of RGB (Red+Green+Blue) = 118+12+189=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #760CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBD is #89F342. Grayscale: #3F3F3F. Windows color (decimal): -9040707 or 12389494. OLE color: 12389494.

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

Color convert

RGB11812189-
CMYK0.380.9400.26
HSL275.93º88.06%39.41%-
HSV(B)275.93º93.65%74.12%-
XYZ16.797.7948.76-
YUV63.87198.62166.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=36.99%
G=3.76%
B=59.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118121890.380.9400.26275.9388.0639.41
Hex76CBD265E01A1145827
Octal166142754613603242413047
Binary111011011001011110110011010111100110101000101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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