#70215B

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

Shades of Palatinate Purple #70215B

Tints of Palatinate Purple #70215B

Color information

#70215B (or 0x70215B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 21 and 5B. RGB value is (112,33,91). Sum of RGB (Red+Green+Blue) = 112+33+91=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70215B is #8FDEA4. Grayscale: #3F3F3F. Windows color (decimal): -9428645 or 5972336. OLE color: 5972336.

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

Color convert

RGB1123391-
CMYK00.710.190.56
HSL315.95º54.48%28.43%-
HSV(B)315.95º70.54%43.92%-
XYZ9.115.2910.44-
YUV63.23143.67162.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=47.46%
G=13.98%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112339100.710.190.56315.9554.4828.43
Hex70215B047133813c361c
Octal16041133010723704746634
Binary11100001000011011011010001111001111100010011110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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