Html Css Color HEX #7D104F Pompadour

📋 copy color: '#7D104F'

red 125 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #7D104F

Tints of Pompadour #7D104F

RGB

 RED value IS 125 (49.22% from 255) = 56.82%

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 56.82%
G = 7.27%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D104F (or 0x7D104F) is known color: Pompadour. HEX triplet: 7D, 10 and 4F. RGB value is (125,16,79). Sum of RGB (Red+Green+Blue) = 125+16+79=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D104F is #82EFB0. Grayscale: #373737. Windows color (decimal): -8581041 or 5181565. OLE color: 5181565.

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

Color convert

RGB 125 16 79 -
CMYK 0 0.87 0.37 0.51
HSL 325.32º 0.77% 0.28% -
HSV(B) 325.32º 0.87% 0.49% -
XYZ 10.05 5.3 7.89 -
YUV 55.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 125 16 79 0 0.87 0.37 0.51 325.32 0.77 0.28
Hex 7D 10 4F 0 57 25 33 145 4D 1C
Octal 175 20 117 0 127 45 63 505 115 34
Binary 1111101 10000 1001111 0 1010111 100101 110011 101000101 1001101 11100

Color Harmonies of #7D104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D104F

Black with #7D104F

Text Example


Text Example

White with #7D104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,79); }

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

background-color css

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

 a { background-color: rgb(125,16,79); }

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

border-color css

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

 span { border-color: rgb(125,16,79); }

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