#70145E

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

Shades of Palatinate Purple #70145E

Tints of Palatinate Purple #70145E

Color information

#70145E (or 0x70145E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 14 and 5E. RGB value is (112,20,94). Sum of RGB (Red+Green+Blue) = 112+20+94=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70145E is #8FEBA1. Grayscale: #373737. Windows color (decimal): -9431970 or 6165616. OLE color: 6165616.

HSL color Cylindrical-coordinate representation of color #70145E: hue angle of 311.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70145E is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1122094-
CMYK00.820.160.56
HSL311.74º69.7%25.88%-
HSV(B)311.74º82.14%43.92%-
XYZ8.954.7511.04-
YUV55.94149.48167.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 20 (8.20% from 255) = 8.85%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=49.56%
G=8.85%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112209400.820.160.56311.7469.725.88
Hex70145E0521038138461a
Octal160241360122207047010632
Binary11100001010010111100101001010000111000100111000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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