Html Css Color HEX #7A1558 Pompadour

📋 copy color: '#7A1558'

red 122 ◦ green 21 ◦ blue 88

#7A1558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #7A1558

Tints of Pompadour #7A1558

RGB

 RED value IS 122 (48.05% from 255) = 52.81%

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 52.81%
G = 9.09%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7A1558 (or 0x7A1558) is known color: Pompadour. HEX triplet: 7A, 15 and 58. RGB value is (122,21,88). Sum of RGB (Red+Green+Blue) = 122+21+88=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1558 is #85EAA7. Grayscale: #3A3A3A. Windows color (decimal): -8776360 or 5772666. OLE color: 5772666.

HSL color Cylindrical-coordinate representation of color #7A1558: hue angle of 320.2º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1558 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 21 88 -
CMYK 0 0.83 0.28 0.52
HSL 320.2º 0.71% 0.28% -
HSV(B) 320.2º 0.83% 0.48% -
XYZ 10.06 5.38 9.74 -
YUV 58.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 122 21 88 0 0.83 0.28 0.52 320.2 0.71 0.28
Hex 7A 15 58 0 53 1C 34 140 47 1C
Octal 172 25 130 0 123 34 64 500 107 34
Binary 1111010 10101 1011000 0 1010011 11100 110100 101000000 1000111 11100

Color Harmonies of #7A1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1558

Black with #7A1558

Text Example


Text Example

White with #7A1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,88); }

 H1.HeaderClassName
 {
   color: #7A1558;
 }
 .AnyTagClassName
 {
   color: #7A1558;
 }
</style>

background-color css

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

 a { background-color: rgb(122,21,88); }

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

border-color css

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

 span { border-color: rgb(122,21,88); }

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