Html Css Color HEX #7C104F Pompadour

📋 copy color: '#7C104F'

red 124 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #7C104F

Tints of Pompadour #7C104F

RGB

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

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

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

R = 56.62%
G = 7.31%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C104F (or 0x7C104F) is known color: Pompadour. HEX triplet: 7C, 10 and 4F. RGB value is (124,16,79). Sum of RGB (Red+Green+Blue) = 124+16+79=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C104F is #83EFB0. Grayscale: #373737. Windows color (decimal): -8646577 or 5181564. OLE color: 5181564.

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

Color convert

RGB 124 16 79 -
CMYK 0 0.87 0.36 0.51
HSL 325º 0.77% 0.27% -
HSV(B) 325º 0.87% 0.49% -
XYZ 9.91 5.22 7.88 -
YUV 55.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 124 16 79 0 0.87 0.36 0.51 325 0.77 0.27
Hex 7C 10 4F 0 57 24 33 145 4D 1B
Octal 174 20 117 0 127 44 63 505 115 33
Binary 1111100 10000 1001111 0 1010111 100100 110011 101000101 1001101 11011

Color Harmonies of #7C104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C104F

Black with #7C104F

Text Example


Text Example

White with #7C104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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