#702457

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

Shades of Palatinate Purple #702457

Tints of Palatinate Purple #702457

Color information

#702457 (or 0x702457) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 57. RGB value is (112,36,87). Sum of RGB (Red+Green+Blue) = 112+36+87=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702457 is #8FDBA8. Grayscale: #404040. Windows color (decimal): -9427881 or 5710960. OLE color: 5710960.

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

Color convert

RGB1123687-
CMYK00.680.220.56
HSL319.74º51.35%29.02%-
HSV(B)319.74º67.86%43.92%-
XYZ9.035.399.58-
YUV64.54140.68161.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=47.66%
G=15.32%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112368700.680.220.56319.7451.3529.02
Hex7024570441638140331d
Octal16044127010426705006335
Binary11100001001001010111010001001011011100010100000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702457; }

 p { color: rgb(112,36,87); }

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

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

 a { background-color: rgb(112,36,87); }

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

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

 span { border-color: rgb(112,36,87); }

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