#701C55

Color #701C55 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #701C55

Tints of Pompadour #701C55

Color information

#701C55 (or 0x701C55) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 55. RGB value is (112,28,85). Sum of RGB (Red+Green+Blue) = 112+28+85=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #701C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C55 is #8FE3AA. Grayscale: #3B3B3B. Windows color (decimal): -9429931 or 5577840. OLE color: 5577840.

HSL color Cylindrical-coordinate representation of color #701C55: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C55 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1122885-
CMYK00.750.240.56
HSL319.29º60%27.45%-
HSV(B)319.29º75%43.92%-
XYZ8.744.939.09-
YUV59.61142.33165.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=49.78%
G=12.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112288500.750.240.56319.296027.45
Hex701C5504B183813f3c1b
Octal16034125011330704777433
Binary1110000111001010101010010111100011100010011111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C55; }

 p { color: rgb(112,28,85); }

 H1.HeaderClassName
 {
   color: #701C55;
 }
 .AnyTagClassName
 {
   color: #701C55;
 }
</style>
background-color css

<style>
 a { background-color: #701C55; }

 a { background-color: rgb(112,28,85); }

 div.DivClassName
 {
   background-color: #701C55;
 }
 .BgClassName
 {
   background-color: #701C55;
 }
</style>
border-color css

<style>
 span { border-color: #701C55; }

 span { border-color: rgb(112,28,85); }

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