Html Css Color HEX #7A1B59 Pompadour

📋 copy color: '#7A1B59'

red 122 ◦ green 27 ◦ blue 89

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

Shades of Pompadour #7A1B59

Tints of Pompadour #7A1B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 51.26%
G = 11.34%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A1B59 (or 0x7A1B59) is known color: Pompadour. HEX triplet: 7A, 1B and 59. RGB value is (122,27,89). Sum of RGB (Red+Green+Blue) = 122+27+89=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B59 is #85E4A6. Grayscale: #3E3E3E. Windows color (decimal): -8774823 or 5839738. OLE color: 5839738.

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

Color convert

RGB 122 27 89 -
CMYK 0 0.78 0.27 0.52
HSL 320.84º 0.64% 0.29% -
HSV(B) 320.84º 0.78% 0.48% -
XYZ 10.22 5.64 10 -
YUV 62.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 122 27 89 0 0.78 0.27 0.52 320.84 0.64 0.29
Hex 7A 1B 59 0 4E 1B 34 141 40 1D
Octal 172 33 131 0 116 33 64 501 100 35
Binary 1111010 11011 1011001 0 1001110 11011 110100 101000001 1000000 11101

Color Harmonies of #7A1B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1B59

Black with #7A1B59

Text Example


Text Example

White with #7A1B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,89); }

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

background-color css

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

 a { background-color: rgb(122,27,89); }

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

border-color css

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

 span { border-color: rgb(122,27,89); }

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