#70195D

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

Shades of Palatinate Purple #70195D

Tints of Palatinate Purple #70195D

Color information

#70195D (or 0x70195D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 5D. RGB value is (112,25,93). Sum of RGB (Red+Green+Blue) = 112+25+93=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195D is #8FE6A2. Grayscale: #3A3A3A. Windows color (decimal): -9430691 or 6101360. OLE color: 6101360.

HSL color Cylindrical-coordinate representation of color #70195D: hue angle of 313.1º 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 #70195D is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1122593-
CMYK00.780.170.56
HSL313.1º63.5%26.86%-
HSV(B)313.1º77.68%43.92%-
XYZ9.014.9310.83-
YUV58.76147.32165.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=48.70%
G=10.87%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112259300.780.170.56313.163.526.86
Hex70195D04E1138139401b
Octal160311350116217047110033
Binary11100001100110111010100111010001111000100111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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