#70295A

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

Shades of Palatinate Purple #70295A

Tints of Palatinate Purple #70295A

Color information

#70295A (or 0x70295A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 5A. RGB value is (112,41,90). Sum of RGB (Red+Green+Blue) = 112+41+90=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295A is #8FD6A5. Grayscale: #434343. Windows color (decimal): -9426598 or 5908848. OLE color: 5908848.

HSL color Cylindrical-coordinate representation of color #70295A: hue angle of 318.59º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70295A is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1124190-
CMYK00.630.200.56
HSL318.59º46.41%30%-
HSV(B)318.59º63.39%43.92%-
XYZ9.325.7710.3-
YUV67.82140.52159.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=46.09%
G=16.87%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112419000.630.200.56318.5946.4130
Hex70295A03F143813f2e1e
Octal1605113207724704775636
Binary1110000101001101101001111111010011100010011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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