Html Css Color HEX #7A104D Pompadour

📋 copy color: '#7A104D'

red 122 ◦ green 16 ◦ blue 77

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

Shades of Pompadour #7A104D

Tints of Pompadour #7A104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 56.74%
G = 7.44%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A104D (or 0x7A104D) is known color: Pompadour. HEX triplet: 7A, 10 and 4D. RGB value is (122,16,77). Sum of RGB (Red+Green+Blue) = 122+16+77=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A104D is #85EFB2. Grayscale: #363636. Windows color (decimal): -8777651 or 5050490. OLE color: 5050490.

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

Color convert

RGB 122 16 77 -
CMYK 0 0.87 0.37 0.52
HSL 325.47º 0.77% 0.27% -
HSV(B) 325.47º 0.87% 0.48% -
XYZ 9.55 5.04 7.49 -
YUV 54.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 122 16 77 0 0.87 0.37 0.52 325.47 0.77 0.27
Hex 7A 10 4D 0 57 25 34 145 4D 1B
Octal 172 20 115 0 127 45 64 505 115 33
Binary 1111010 10000 1001101 0 1010111 100101 110100 101000101 1001101 11011

Color Harmonies of #7A104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A104D

Black with #7A104D

Text Example


Text Example

White with #7A104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,77); }

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

background-color css

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

 a { background-color: rgb(122,16,77); }

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

border-color css

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

 span { border-color: rgb(122,16,77); }

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