#70285E

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

Shades of Palatinate Purple #70285E

Tints of Palatinate Purple #70285E

Color information

#70285E (or 0x70285E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 28 and 5E. RGB value is (112,40,94). Sum of RGB (Red+Green+Blue) = 112+40+94=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70285E is #8FD7A1. Grayscale: #434343. Windows color (decimal): -9426850 or 6170736. OLE color: 6170736.

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

Color convert

RGB1124094-
CMYK00.640.160.56
HSL315º47.37%29.8%-
HSV(B)315º64.29%43.92%-
XYZ9.465.7711.2-
YUV67.68142.85159.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=45.53%
G=16.26%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112409400.640.160.5631547.3729.8
Hex70285E040103813b2f1e
Octal16050136010020704735736
Binary11100001010001011110010000001000011100010011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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