#7A08AD

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

Shades of Dark Violet #7A08AD

Tints of Dark Violet #7A08AD

Color information

#7A08AD (or 0x7A08AD) is unknown color: approx Dark Violet. HEX triplet: 7A, 08 and AD. RGB value is (122,8,173). Sum of RGB (Red+Green+Blue) = 122+8+173=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A08AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A08AD is #85F752. Grayscale: #3C3C3C. Windows color (decimal): -8779603 or 11339898. OLE color: 11339898.

HSL color Cylindrical-coordinate representation of color #7A08AD: hue angle of 281.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A08AD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1228173-
CMYK0.290.9500.32
HSL281.45º91.16%35.49%-
HSV(B)281.45º95.38%67.84%-
XYZ15.667.3340.12-
YUV60.9191.27171.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 8 (3.52% from 255) = 2.64%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=40.26%
G=2.64%
B=57.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12281730.290.9500.32281.4591.1635.49
Hex7A8AD1D5F0201195b23
Octal172102553513704043113343
Binary111101010001010110111101101111101000001000110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A08AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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