#70285A

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

Shades of Palatinate Purple #70285A

Tints of Palatinate Purple #70285A

Color information

#70285A (or 0x70285A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 28 and 5A. RGB value is (112,40,90). Sum of RGB (Red+Green+Blue) = 112+40+90=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285A is #8FD7A5. Grayscale: #434343. Windows color (decimal): -9426854 or 5908592. OLE color: 5908592.

HSL color Cylindrical-coordinate representation of color #70285A: hue angle of 318.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70285A is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1124090-
CMYK00.640.200.56
HSL318.33º47.37%29.8%-
HSV(B)318.33º64.29%43.92%-
XYZ9.295.710.28-
YUV67.23140.85159.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=46.28%
G=16.53%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112409000.640.200.56318.3347.3729.8
Hex70285A040143813e2f1e
Octal16050132010024704765736
Binary11100001010001011010010000001010011100010011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70285A; }

 p { color: rgb(112,40,90); }

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

<style>
 a { background-color: #70285A; }

 a { background-color: rgb(112,40,90); }

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

<style>
 span { border-color: #70285A; }

 span { border-color: rgb(112,40,90); }

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