Html Css Color HEX #7E124F Pompadour

📋 copy color: '#7E124F'

red 126 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #7E124F

Tints of Pompadour #7E124F

RGB

 RED value IS 126 (49.61% from 255) = 56.5%

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 56.5%
G = 8.07%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E124F (or 0x7E124F) is known color: Pompadour. HEX triplet: 7E, 12 and 4F. RGB value is (126,18,79). Sum of RGB (Red+Green+Blue) = 126+18+79=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E124F is #81EDB0. Grayscale: #393939. Windows color (decimal): -8514993 or 5182078. OLE color: 5182078.

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

Color convert

RGB 126 18 79 -
CMYK 0 0.86 0.37 0.51
HSL 326.11º 0.75% 0.28% -
HSV(B) 326.11º 0.86% 0.49% -
XYZ 10.23 5.43 7.91 -
YUV 57.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 126 18 79 0 0.86 0.37 0.51 326.11 0.75 0.28
Hex 7E 12 4F 0 56 25 33 146 4B 1C
Octal 176 22 117 0 126 45 63 506 113 34
Binary 1111110 10010 1001111 0 1010110 100101 110011 101000110 1001011 11100

Color Harmonies of #7E124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E124F

Black with #7E124F

Text Example


Text Example

White with #7E124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,79); }

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

background-color css

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

 a { background-color: rgb(126,18,79); }

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

border-color css

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

 span { border-color: rgb(126,18,79); }

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