#70195F

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

Shades of Palatinate Purple #70195F

Tints of Palatinate Purple #70195F

Color information

#70195F (or 0x70195F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 5F. RGB value is (112,25,95). Sum of RGB (Red+Green+Blue) = 112+25+95=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195F is #8FE6A0. Grayscale: #3A3A3A. Windows color (decimal): -9430689 or 6232432. OLE color: 6232432.

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

Color convert

RGB1122595-
CMYK00.780.150.56
HSL311.72º63.5%26.86%-
HSV(B)311.72º77.68%43.92%-
XYZ9.14.9711.31-
YUV58.99148.32165.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=48.28%
G=10.78%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112259500.780.150.56311.7263.526.86
Hex70195F04EF38138401b
Octal160311370116177047010033
Binary1110000110011011111010011101111111000100111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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