#7A0864

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

Shades of Dark Purple #7A0864

Tints of Dark Purple #7A0864

Color information

#7A0864 (or 0x7A0864) is unknown color: approx Dark Purple. HEX triplet: 7A, 08 and 64. RGB value is (122,8,100). Sum of RGB (Red+Green+Blue) = 122+8+100=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0864 is #85F79B. Grayscale: #343434. Windows color (decimal): -8779676 or 6555770. OLE color: 6555770.

HSL color Cylindrical-coordinate representation of color #7A0864: hue angle of 311.58º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0864 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB1228100-
CMYK00.930.180.52
HSL311.58º87.69%25.49%-
HSV(B)311.58º93.44%47.84%-
XYZ10.415.2312.52-
YUV52.57154.77177.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.04%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=53.04%
G=3.48%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122810000.930.180.52311.5887.6925.49
Hex7A86405D12341385819
Octal172101440135226447013031
Binary1111010100011001000101110110010110100100111000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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