Html Css Color HEX #7F1355 Pompadour

📋 copy color: '#7F1355'

red 127 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #7F1355

Tints of Pompadour #7F1355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 54.98%
G = 8.23%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F1355 (or 0x7F1355) is known color: Pompadour. HEX triplet: 7F, 13 and 55. RGB value is (127,19,85). Sum of RGB (Red+Green+Blue) = 127+19+85=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1355 is #80ECAA. Grayscale: #3A3A3A. Windows color (decimal): -8449195 or 5575551. OLE color: 5575551.

HSL color Cylindrical-coordinate representation of color #7F1355: hue angle of 323.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1355 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 85 -
CMYK 0 0.85 0.33 0.50
HSL 323.33º 0.74% 0.29% -
HSV(B) 323.33º 0.85% 0.5% -
XYZ 10.62 5.63 9.12 -
YUV 58.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 127 19 85 0 0.85 0.33 0.50 323.33 0.74 0.29
Hex 7F 13 55 0 55 21 32 143 4A 1D
Octal 177 23 125 0 125 41 62 503 112 35
Binary 1111111 10011 1010101 0 1010101 100001 110010 101000011 1001010 11101

Color Harmonies of #7F1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1355

Black with #7F1355

Text Example


Text Example

White with #7F1355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,85); }

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

background-color css

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

 a { background-color: rgb(127,19,85); }

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

border-color css

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

 span { border-color: rgb(127,19,85); }

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