#702558

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

Shades of Palatinate Purple #702558

Tints of Palatinate Purple #702558

Color information

#702558 (or 0x702558) is unknown color: approx Palatinate Purple. HEX triplet: 70, 25 and 58. RGB value is (112,37,88). Sum of RGB (Red+Green+Blue) = 112+37+88=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #702558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702558 is #8FDAA7. Grayscale: #414141. Windows color (decimal): -9427624 or 5776752. OLE color: 5776752.

HSL color Cylindrical-coordinate representation of color #702558: hue angle of 319.2º 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 #702558 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1123788-
CMYK00.670.210.56
HSL319.2º50.34%29.22%-
HSV(B)319.2º66.96%43.92%-
XYZ9.115.479.81-
YUV65.24140.85161.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=47.26%
G=15.61%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112378800.670.210.56319.250.3429.22
Hex702558043153813f321d
Octal16045130010325704776235
Binary11100001001011011000010000111010111100010011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702558; }

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

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

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

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

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

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

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

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