#702057

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

Shades of Palatinate Purple #702057

Tints of Palatinate Purple #702057

Color information

#702057 (or 0x702057) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 57. RGB value is (112,32,87). Sum of RGB (Red+Green+Blue) = 112+32+87=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702057 is #8FDFA8. Grayscale: #3E3E3E. Windows color (decimal): -9428905 or 5709936. OLE color: 5709936.

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

Color convert

RGB1123287-
CMYK00.710.220.56
HSL318.75º55.56%28.24%-
HSV(B)318.75º71.43%43.92%-
XYZ8.925.179.54-
YUV62.19142163.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=48.48%
G=13.85%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112328700.710.220.56318.7555.5628.24
Hex702057047163813f381c
Octal16040127010726704777034
Binary11100001000001010111010001111011011100010011111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702057; }

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

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

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

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

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

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

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

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