#70295B

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

Shades of Palatinate Purple #70295B

Tints of Palatinate Purple #70295B

Color information

#70295B (or 0x70295B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 5B. RGB value is (112,41,91). Sum of RGB (Red+Green+Blue) = 112+41+91=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295B is #8FD6A4. Grayscale: #434343. Windows color (decimal): -9426597 or 5974384. OLE color: 5974384.

HSL color Cylindrical-coordinate representation of color #70295B: hue angle of 317.75º 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 #70295B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1124191-
CMYK00.630.190.56
HSL317.75º46.41%30%-
HSV(B)317.75º63.39%43.92%-
XYZ9.365.7910.52-
YUV67.93141.02159.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=45.90%
G=16.80%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112419100.630.190.56317.7546.4130
Hex70295B03F133813e2e1e
Octal1605113307723704765636
Binary1110000101001101101101111111001111100010011111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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