#70215C

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

Shades of Palatinate Purple #70215C

Tints of Palatinate Purple #70215C

Color information

#70215C (or 0x70215C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 21 and 5C. RGB value is (112,33,92). Sum of RGB (Red+Green+Blue) = 112+33+92=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70215C is #8FDEA3. Grayscale: #3F3F3F. Windows color (decimal): -9428644 or 6037872. OLE color: 6037872.

HSL color Cylindrical-coordinate representation of color #70215C: hue angle of 315.19º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70215C is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1123392-
CMYK00.710.180.56
HSL315.19º54.48%28.43%-
HSV(B)315.19º70.54%43.92%-
XYZ9.165.3110.67-
YUV63.35144.17162.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=47.26%
G=13.92%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112339200.710.180.56315.1954.4828.43
Hex70215C047123813b361c
Octal16041134010722704736634
Binary11100001000011011100010001111001011100010011101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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