#7A0E52

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

Shades of Pompadour #7A0E52

Tints of Pompadour #7A0E52

Color information

#7A0E52 (or 0x7A0E52) is unknown color: approx Pompadour. HEX triplet: 7A, 0E and 52. RGB value is (122,14,82). Sum of RGB (Red+Green+Blue) = 122+14+82=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E52 is #85F1AD. Grayscale: #353535. Windows color (decimal): -8778158 or 5377658. OLE color: 5377658.

HSL color Cylindrical-coordinate representation of color #7A0E52: hue angle of 322.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E52 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1221482-
CMYK00.890.330.52
HSL322.22º79.41%26.67%-
HSV(B)322.22º88.52%47.84%-
XYZ9.715.068.45-
YUV54.04143.78176.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=55.96%
G=6.42%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122148200.890.330.52322.2279.4126.67
Hex7AE5205921341424f1b
Octal172161220131416450211733
Binary11110101110101001001011001100001110100101000010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,82); }

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

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

 a { background-color: rgb(122,14,82); }

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

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

 span { border-color: rgb(122,14,82); }

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