#760AAD

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

Shades of Dark Violet #760AAD

Tints of Dark Violet #760AAD

Color information

#760AAD (or 0x760AAD) is unknown color: approx Dark Violet. HEX triplet: 76, 0A and AD. RGB value is (118,10,173). Sum of RGB (Red+Green+Blue) = 118+10+173=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #760AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AAD is #89F552. Grayscale: #3C3C3C. Windows color (decimal): -9041235 or 11340406. OLE color: 11340406.

HSL color Cylindrical-coordinate representation of color #760AAD: hue angle of 279.75º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AAD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11810173-
CMYK0.320.9400.32
HSL279.75º89.07%35.88%-
HSV(B)279.75º94.22%67.84%-
XYZ15.127.0940.11-
YUV60.87191.28168.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=39.20%
G=3.32%
B=57.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118101730.320.9400.32279.7589.0735.88
Hex76AAD205E0201185924
Octal166122554013604043013144
Binary1110110101010101101100000101111001000001000110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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