#702555

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

Shades of Pompadour #702555

Tints of Pompadour #702555

Color information

#702555 (or 0x702555) is unknown color: approx Pompadour. HEX triplet: 70, 25 and 55. RGB value is (112,37,85). Sum of RGB (Red+Green+Blue) = 112+37+85=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702555 is #8FDAAA. Grayscale: #404040. Windows color (decimal): -9427627 or 5580144. OLE color: 5580144.

HSL color Cylindrical-coordinate representation of color #702555: hue angle of 321.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702555 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1123785-
CMYK00.670.240.56
HSL321.6º50.34%29.22%-
HSV(B)321.6º66.96%43.92%-
XYZ8.985.429.17-
YUV64.9139.35161.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=47.86%
G=15.81%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112378500.670.240.56321.650.3429.22
Hex7025550431838142321d
Octal16045125010330705026235
Binary11100001001011010101010000111100011100010100001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702555; }

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

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

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

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

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

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

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

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