#70225D

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

Shades of Palatinate Purple #70225D

Tints of Palatinate Purple #70225D

Color information

#70225D (or 0x70225D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 5D. RGB value is (112,34,93). Sum of RGB (Red+Green+Blue) = 112+34+93=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225D is #8FDDA2. Grayscale: #3F3F3F. Windows color (decimal): -9428387 or 6103664. OLE color: 6103664.

HSL color Cylindrical-coordinate representation of color #70225D: hue angle of 314.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70225D is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1123493-
CMYK00.700.170.56
HSL314.62º53.42%28.63%-
HSV(B)314.62º69.64%43.92%-
XYZ9.235.3810.91-
YUV64.05144.34162.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=46.86%
G=14.23%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112349300.700.170.56314.6253.4228.63
Hex70225D046113813b351d
Octal16042135010621704736535
Binary11100001000101011101010001101000111100010011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70225D; }

 p { color: rgb(112,34,93); }

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

<style>
 a { background-color: #70225D; }

 a { background-color: rgb(112,34,93); }

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

<style>
 span { border-color: #70225D; }

 span { border-color: rgb(112,34,93); }

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