Html Css Color HEX #7F1246 Pompadour

📋 copy color: '#7F1246'

red 127 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #7F1246

Tints of Pompadour #7F1246

RGB

 RED value IS 127 (50% from 255) = 59.07%

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

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 59.07%
G = 8.37%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F1246 (or 0x7F1246) is known color: Pompadour. HEX triplet: 7F, 12 and 46. RGB value is (127,18,70). Sum of RGB (Red+Green+Blue) = 127+18+70=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1246 is #80EDB9. Grayscale: #383838. Windows color (decimal): -8449466 or 4592255. OLE color: 4592255.

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

Color convert

RGB 127 18 70 -
CMYK 0 0.86 0.45 0.50
HSL 331.38º 0.75% 0.28% -
HSV(B) 331.38º 0.86% 0.5% -
XYZ 10.07 5.39 6.3 -
YUV 56.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 127 18 70 0 0.86 0.45 0.50 331.38 0.75 0.28
Hex 7F 12 46 0 56 2D 32 14B 4B 1C
Octal 177 22 106 0 126 55 62 513 113 34
Binary 1111111 10010 1000110 0 1010110 101101 110010 101001011 1001011 11100

Color Harmonies of #7F1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1246

Black with #7F1246

Text Example


Text Example

White with #7F1246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,18,70); }

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

background-color css

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

 a { background-color: rgb(127,18,70); }

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

border-color css

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

 span { border-color: rgb(127,18,70); }

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