Html Css Color HEX #70195E Palatinate Purple

📋 copy color: '#70195E'

red 112 ◦ green 25 ◦ blue 94

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

Shades of Palatinate Purple #70195E

Tints of Palatinate Purple #70195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 48.48%
G = 10.82%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70195E (or 0x70195E) is known color: Palatinate Purple. HEX triplet: 70, 19 and 5E. RGB value is (112,25,94). Sum of RGB (Red+Green+Blue) = 112+25+94=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195E is #8FE6A1. Grayscale: #3A3A3A. Windows color (decimal): -9430690 or 6166896. OLE color: 6166896.

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

Color convert

RGB 112 25 94 -
CMYK 0 0.78 0.16 0.56
HSL 312.41º 0.64% 0.27% -
HSV(B) 312.41º 0.78% 0.44% -
XYZ 9.05 4.95 11.07 -
YUV 58.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 112 25 94 0 0.78 0.16 0.56 312.41 0.64 0.27
Hex 70 19 5E 0 4E 10 38 138 40 1B
Octal 160 31 136 0 116 20 70 470 100 33
Binary 1110000 11001 1011110 0 1001110 10000 111000 100111000 1000000 11011

Color Harmonies of #70195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70195E

Black with #70195E

Text Example


Text Example

White with #70195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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