#701C54

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

Shades of Pompadour #701C54

Tints of Pompadour #701C54

Color information

#701C54 (or 0x701C54) is unknown color: approx Pompadour. HEX triplet: 70, 1C and 54. RGB value is (112,28,84). Sum of RGB (Red+Green+Blue) = 112+28+84=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #701C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C54 is #8FE3AB. Grayscale: #3B3B3B. Windows color (decimal): -9429932 or 5512304. OLE color: 5512304.

HSL color Cylindrical-coordinate representation of color #701C54: hue angle of 320º 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 #701C54 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1122884-
CMYK00.750.250.56
HSL320º60%27.45%-
HSV(B)320º75%43.92%-
XYZ8.74.928.88-
YUV59.5141.83165.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112288400.750.250.563206027.45
Hex701C5404B19381403c1b
Octal16034124011331705007433
Binary1110000111001010100010010111100111100010100000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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