#70245B

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

Shades of Palatinate Purple #70245B

Tints of Palatinate Purple #70245B

Color information

#70245B (or 0x70245B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 5B. RGB value is (112,36,91). Sum of RGB (Red+Green+Blue) = 112+36+91=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245B is #8FDBA4. Grayscale: #404040. Windows color (decimal): -9427877 or 5973104. OLE color: 5973104.

HSL color Cylindrical-coordinate representation of color #70245B: hue angle of 316.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70245B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1123691-
CMYK00.680.190.56
HSL316.58º51.35%29.02%-
HSV(B)316.58º67.86%43.92%-
XYZ9.25.4610.47-
YUV64.99142.68161.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=46.86%
G=15.06%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112369100.680.190.56316.5851.3529.02
Hex70245B044133813d331d
Octal16044133010423704756335
Binary11100001001001011011010001001001111100010011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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