#70075F

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

Shades of Palatinate Purple #70075F

Tints of Palatinate Purple #70075F

Color information

#70075F (or 0x70075F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 07 and 5F. RGB value is (112,7,95). Sum of RGB (Red+Green+Blue) = 112+7+95=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075F is #8FF8A0. Grayscale: #303030. Windows color (decimal): -9435297 or 6227824. OLE color: 6227824.

HSL color Cylindrical-coordinate representation of color #70075F: hue angle of 309.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70075F is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB112795-
CMYK00.940.150.56
HSL309.71º88.24%23.33%-
HSV(B)309.71º93.75%43.92%-
XYZ8.824.4211.22-
YUV48.43154.29173.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 7 (3.12% from 255) = 3.27%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=52.34%
G=3.27%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11279500.940.150.56309.7188.2423.33
Hex7075F05EF381365817
Octal16071370136177046613027
Binary11100001111011111010111101111111000100110110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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