Html Css Color HEX #70195A Palatinate Purple

📋 copy color: '#70195A'

red 112 ◦ green 25 ◦ blue 90

#70195A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #70195A

Tints of Palatinate Purple #70195A

RGB

 RED value IS 112 (44.14% from 255) = 49.34%

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 49.34%
G = 11.01%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70195A (or 0x70195A) is known color: Palatinate Purple. HEX triplet: 70, 19 and 5A. RGB value is (112,25,90). Sum of RGB (Red+Green+Blue) = 112+25+90=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195A is #8FE6A5. Grayscale: #3A3A3A. Windows color (decimal): -9430694 or 5904752. OLE color: 5904752.

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

Color convert

RGB 112 25 90 -
CMYK 0 0.78 0.20 0.56
HSL 315.17º 0.64% 0.27% -
HSV(B) 315.17º 0.78% 0.44% -
XYZ 8.88 4.88 10.15 -
YUV 58.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 112 25 90 0 0.78 0.20 0.56 315.17 0.64 0.27
Hex 70 19 5A 0 4E 14 38 13B 40 1B
Octal 160 31 132 0 116 24 70 473 100 33
Binary 1110000 11001 1011010 0 1001110 10100 111000 100111011 1000000 11011

Color Harmonies of #70195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70195A

Black with #70195A

Text Example


Text Example

White with #70195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70195A;
 }
 .AnyTagClassName
 {
   color: #70195A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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