#702655

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

Shades of Pompadour #702655

Tints of Pompadour #702655

Color information

#702655 (or 0x702655) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 55. RGB value is (112,38,85). Sum of RGB (Red+Green+Blue) = 112+38+85=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702655 is #8FD9AA. Grayscale: #414141. Windows color (decimal): -9427371 or 5580400. OLE color: 5580400.

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

Color convert

RGB1123885-
CMYK00.660.240.56
HSL321.89º49.33%29.41%-
HSV(B)321.89º66.07%43.92%-
XYZ9.015.499.18-
YUV65.48139.02161.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=47.66%
G=16.17%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112388500.660.240.56321.8949.3329.41
Hex7026550421838142311d
Octal16046125010230705026135
Binary11100001001101010101010000101100011100010100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702655; }

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

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

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

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

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

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

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

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