Html Css Color HEX #7C114C Pompadour

📋 copy color: '#7C114C'

red 124 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #7C114C

Tints of Pompadour #7C114C

RGB

 RED value IS 124 (48.83% from 255) = 57.14%

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 57.14%
G = 7.83%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C114C (or 0x7C114C) is known color: Pompadour. HEX triplet: 7C, 11 and 4C. RGB value is (124,17,76). Sum of RGB (Red+Green+Blue) = 124+17+76=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C114C is #83EEB3. Grayscale: #373737. Windows color (decimal): -8646324 or 4985212. OLE color: 4985212.

HSL color Cylindrical-coordinate representation of color #7C114C: hue angle of 326.92º degrees, saturation: 0.76, 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 #7C114C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 17 76 -
CMYK 0 0.86 0.39 0.51
HSL 326.92º 0.76% 0.28% -
HSV(B) 326.92º 0.86% 0.49% -
XYZ 9.82 5.21 7.33 -
YUV 55.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 124 17 76 0 0.86 0.39 0.51 326.92 0.76 0.28
Hex 7C 11 4C 0 56 27 33 147 4C 1C
Octal 174 21 114 0 126 47 63 507 114 34
Binary 1111100 10001 1001100 0 1010110 100111 110011 101000111 1001100 11100

Color Harmonies of #7C114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C114C

Black with #7C114C

Text Example


Text Example

White with #7C114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,76); }

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

background-color css

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

 a { background-color: rgb(124,17,76); }

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

border-color css

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

 span { border-color: rgb(124,17,76); }

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