#70245C

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

Shades of Palatinate Purple #70245C

Tints of Palatinate Purple #70245C

Color information

#70245C (or 0x70245C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 5C. RGB value is (112,36,92). Sum of RGB (Red+Green+Blue) = 112+36+92=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70245C is #8FDBA3. Grayscale: #404040. Windows color (decimal): -9427876 or 6038640. OLE color: 6038640.

HSL color Cylindrical-coordinate representation of color #70245C: hue angle of 315.79º 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 #70245C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1123692-
CMYK00.680.180.56
HSL315.79º51.35%29.02%-
HSV(B)315.79º67.86%43.92%-
XYZ9.245.4810.7-
YUV65.11143.18161.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=46.67%
G=15%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112369200.680.180.56315.7951.3529.02
Hex70245C044123813c331d
Octal16044134010422704746335
Binary11100001001001011100010001001001011100010011110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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