#760ABE

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

Shades of Dark Violet #760ABE

Tints of Dark Violet #760ABE

Color information

#760ABE (or 0x760ABE) is unknown color: approx Dark Violet. HEX triplet: 76, 0A and BE. RGB value is (118,10,190). Sum of RGB (Red+Green+Blue) = 118+10+190=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #760ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ABE is #89F541. Grayscale: #3E3E3E. Windows color (decimal): -9041218 or 12454518. OLE color: 12454518.

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

Color convert

RGB11810190-
CMYK0.380.9500.25
HSL276º90%39.22%-
HSV(B)276º94.74%74.51%-
XYZ16.877.7949.33-
YUV62.81199.78167.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 10 (4.30% from 255) = 3.14%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=37.11%
G=3.14%
B=59.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118101900.380.9500.252769039.22
Hex76ABE265F0191145a27
Octal166122764613703142413247
Binary111011010101011111010011010111110110011000101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,10,190); }

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

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

 a { background-color: rgb(118,10,190); }

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

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

 span { border-color: rgb(118,10,190); }

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