#70045F

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

Shades of Palatinate Purple #70045F

Tints of Palatinate Purple #70045F

Color information

#70045F (or 0x70045F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 04 and 5F. RGB value is (112,4,95). Sum of RGB (Red+Green+Blue) = 112+4+95=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045F is #8FFBA0. Grayscale: #2E2E2E. Windows color (decimal): -9436065 or 6227056. OLE color: 6227056.

HSL color Cylindrical-coordinate representation of color #70045F: hue angle of 309.44º 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 #70045F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB112495-
CMYK00.960.150.56
HSL309.44º93.1%22.75%-
HSV(B)309.44º96.43%43.92%-
XYZ8.794.3611.2-
YUV46.67155.28174.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=53.08%
G=1.90%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11249500.960.150.56309.4493.122.75
Hex7045F060F381355d17
Octal16041370140177046513527
Binary11100001001011111011000001111111000100110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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