#7A0872

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

Shades of Purple #7A0872

Tints of Purple #7A0872

Color information

#7A0872 (or 0x7A0872) is unknown color: approx Purple. HEX triplet: 7A, 08 and 72. RGB value is (122,8,114). Sum of RGB (Red+Green+Blue) = 122+8+114=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0872 is #85F78D. Grayscale: #353535. Windows color (decimal): -8779662 or 7473274. OLE color: 7473274.

HSL color Cylindrical-coordinate representation of color #7A0872: hue angle of 304.21º 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 #7A0872 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB1228114-
CMYK00.930.070.52
HSL304.21º87.69%25.49%-
HSV(B)304.21º93.44%47.84%-
XYZ11.155.5316.4-
YUV54.17161.77176.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=50%
G=3.28%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122811400.930.070.52304.2187.6925.49
Hex7A87205D7341305819
Octal17210162013576446013031
Binary11110101000111001001011101111110100100110000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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