#70045E

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

Shades of Palatinate Purple #70045E

Tints of Palatinate Purple #70045E

Color information

#70045E (or 0x70045E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 04 and 5E. RGB value is (112,4,94). Sum of RGB (Red+Green+Blue) = 112+4+94=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045E is #8FFBA1. Grayscale: #2E2E2E. Windows color (decimal): -9436066 or 6161520. OLE color: 6161520.

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

Color convert

RGB112494-
CMYK00.960.160.56
HSL310º93.1%22.75%-
HSV(B)310º96.43%43.92%-
XYZ8.754.3410.97-
YUV46.55154.78174.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=53.33%
G=1.90%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11249400.960.160.5631093.122.75
Hex7045E06010381365d17
Octal16041360140207046613527
Binary111000010010111100110000010000111000100110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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