Html Css Color HEX #7F0C53 Pompadour

📋 copy color: '#7F0C53'

red 127 ◦ green 12 ◦ blue 83

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

Shades of Pompadour #7F0C53

Tints of Pompadour #7F0C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 57.21%
G = 5.41%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F0C53 (or 0x7F0C53) is known color: Pompadour. HEX triplet: 7F, 0C and 53. RGB value is (127,12,83). Sum of RGB (Red+Green+Blue) = 127+12+83=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C53 is #80F3AC. Grayscale: #363636. Windows color (decimal): -8450989 or 5442687. OLE color: 5442687.

HSL color Cylindrical-coordinate representation of color #7F0C53: hue angle of 322.96º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C53 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 12 83 -
CMYK 0 0.91 0.35 0.50
HSL 322.96º 0.83% 0.27% -
HSV(B) 322.96º 0.91% 0.5% -
XYZ 10.45 5.4 8.68 -
YUV 54.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 127 12 83 0 0.91 0.35 0.50 322.96 0.83 0.27
Hex 7F C 53 0 5B 23 32 143 53 1B
Octal 177 14 123 0 133 43 62 503 123 33
Binary 1111111 1100 1010011 0 1011011 100011 110010 101000011 1010011 11011

Color Harmonies of #7F0C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C53

Black with #7F0C53

Text Example


Text Example

White with #7F0C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,12,83); }

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

background-color css

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

 a { background-color: rgb(127,12,83); }

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

border-color css

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

 span { border-color: rgb(127,12,83); }

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