Html Css Color HEX #70195D Palatinate Purple

📋 copy color: '#70195D'

red 112 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #70195D

Tints of Palatinate Purple #70195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 48.7%
G = 10.87%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70195D (or 0x70195D) is known color: 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

RGB 112 25 93 -
CMYK 0 0.78 0.17 0.56
HSL 313.1º 0.64% 0.27% -
HSV(B) 313.1º 0.78% 0.44% -
XYZ 9.01 4.93 10.83 -
YUV 58.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 112 25 93 0 0.78 0.17 0.56 313.1 0.64 0.27
Hex 70 19 5D 0 4E 11 38 139 40 1B
Octal 160 31 135 0 116 21 70 471 100 33
Binary 1110000 11001 1011101 0 1001110 10001 111000 100111001 1000000 11011

Color Harmonies of #70195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70195D

Black with #70195D

Text Example


Text Example

White with #70195D

Text Example


Text Example

HTML Codes & Css Web 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>