#70295F

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

Shades of Palatinate Purple #70295F

Tints of Palatinate Purple #70295F

Color information

#70295F (or 0x70295F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 5F. RGB value is (112,41,95). Sum of RGB (Red+Green+Blue) = 112+41+95=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70295F is #8FD6A0. Grayscale: #444444. Windows color (decimal): -9426593 or 6236528. OLE color: 6236528.

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

Color convert

RGB1124195-
CMYK00.630.150.56
HSL314.37º46.41%30%-
HSV(B)314.37º63.39%43.92%-
XYZ9.545.8611.45-
YUV68.39143.02159.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=45.16%
G=16.53%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112419500.630.150.56314.3746.4130
Hex70295F03FF3813a2e1e
Octal1605113707717704725636
Binary111000010100110111110111111111111100010011101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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