#70216E

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

Shades of Palatinate Purple #70216E

Tints of Palatinate Purple #70216E

Color information

#70216E (or 0x70216E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 21 and 6E. RGB value is (112,33,110). Sum of RGB (Red+Green+Blue) = 112+33+110=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70216E is #8FDE91. Grayscale: #414141. Windows color (decimal): -9428626 or 7217520. OLE color: 7217520.

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

Color convert

RGB11233110-
CMYK00.710.020.56
HSL301.52º54.48%28.43%-
HSV(B)301.52º70.54%43.92%-
XYZ10.045.6615.31-
YUV65.4153.17161.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=43.92%
G=12.94%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123311000.710.020.56301.5254.4828.43
Hex70216E04723812e361c
Octal1604115601072704566634
Binary11100001000011101110010001111011100010010111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70216E; }

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

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

<style>
 a { background-color: #70216E; }

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

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

<style>
 span { border-color: #70216E; }

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

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