#702B57

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

Shades of Palatinate Purple #702B57

Tints of Palatinate Purple #702B57

Color information

#702B57 (or 0x702B57) is unknown color: approx Palatinate Purple. HEX triplet: 70, 2B and 57. RGB value is (112,43,87). Sum of RGB (Red+Green+Blue) = 112+43+87=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702B57 is #8FD4A8. Grayscale: #444444. Windows color (decimal): -9426089 or 5712752. OLE color: 5712752.

HSL color Cylindrical-coordinate representation of color #702B57: hue angle of 321.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B57 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1124387-
CMYK00.620.220.56
HSL321.74º44.52%30.39%-
HSV(B)321.74º61.61%43.92%-
XYZ9.275.869.66-
YUV68.65138.36158.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=46.28%
G=17.77%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112438700.620.220.56321.7444.5230.39
Hex702B5703E16381422d1e
Octal1605312707626705025536
Binary1110000101011101011101111101011011100010100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702B57; }

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

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

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

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

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

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

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

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