#70205A

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

Shades of Palatinate Purple #70205A

Tints of Palatinate Purple #70205A

Color information

#70205A (or 0x70205A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 5A. RGB value is (112,32,90). Sum of RGB (Red+Green+Blue) = 112+32+90=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70205A is #8FDFA5. Grayscale: #3E3E3E. Windows color (decimal): -9428902 or 5906544. OLE color: 5906544.

HSL color Cylindrical-coordinate representation of color #70205A: hue angle of 316.5º 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 #70205A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1123290-
CMYK00.710.200.56
HSL316.5º55.56%28.24%-
HSV(B)316.5º71.43%43.92%-
XYZ9.045.2210.2-
YUV62.53143.5163.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=47.86%
G=13.68%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112329000.710.200.56316.555.5628.24
Hex70205A047143813c381c
Octal16040132010724704747034
Binary11100001000001011010010001111010011100010011110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70205A; }

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

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

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

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

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

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

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

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