#70255D

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

Shades of Palatinate Purple #70255D

Tints of Palatinate Purple #70255D

Color information

#70255D (or 0x70255D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 25 and 5D. RGB value is (112,37,93). Sum of RGB (Red+Green+Blue) = 112+37+93=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255D is #8FDAA2. Grayscale: #414141. Windows color (decimal): -9427619 or 6104432. OLE color: 6104432.

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

Color convert

RGB1123793-
CMYK00.670.170.56
HSL315.2º50.34%29.22%-
HSV(B)315.2º66.96%43.92%-
XYZ9.325.5610.94-
YUV65.81143.35160.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=46.28%
G=15.29%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112379300.670.170.56315.250.3429.22
Hex70255D043113813b321d
Octal16045135010321704736235
Binary11100001001011011101010000111000111100010011101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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