#7A0AAD

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

Shades of Dark Violet #7A0AAD

Tints of Dark Violet #7A0AAD

Color information

#7A0AAD (or 0x7A0AAD) is unknown color: approx Dark Violet. HEX triplet: 7A, 0A and AD. RGB value is (122,10,173). Sum of RGB (Red+Green+Blue) = 122+10+173=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0AAD is #85F552. Grayscale: #3D3D3D. Windows color (decimal): -8779091 or 11340410. OLE color: 11340410.

HSL color Cylindrical-coordinate representation of color #7A0AAD: hue angle of 281.23º 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 #7A0AAD is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12210173-
CMYK0.290.9400.32
HSL281.23º89.07%35.88%-
HSV(B)281.23º94.22%67.84%-
XYZ15.687.3740.13-
YUV62.07190.61170.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=40%
G=3.28%
B=56.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122101730.290.9400.32281.2389.0735.88
Hex7AAAD1D5E0201195924
Octal172122553513604043113144
Binary111101010101010110111101101111001000001000110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0AAD; }

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

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

<style>
 a { background-color: #7A0AAD; }

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

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

<style>
 span { border-color: #7A0AAD; }

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

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