#70255B

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

Shades of Palatinate Purple #70255B

Tints of Palatinate Purple #70255B

Color information

#70255B (or 0x70255B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 25 and 5B. RGB value is (112,37,91). Sum of RGB (Red+Green+Blue) = 112+37+91=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255B is #8FDAA4. Grayscale: #414141. Windows color (decimal): -9427621 or 5973360. OLE color: 5973360.

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

Color convert

RGB1123791-
CMYK00.670.190.56
HSL316.8º50.34%29.22%-
HSV(B)316.8º66.96%43.92%-
XYZ9.235.5210.48-
YUV65.58142.35161.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=46.67%
G=15.42%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112379100.670.190.56316.850.3429.22
Hex70255B043133813d321d
Octal16045133010323704756235
Binary11100001001011011011010000111001111100010011110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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