Html Css Color HEX #70195F Palatinate Purple

📋 copy color: '#70195F'

red 112 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #70195F

Tints of Palatinate Purple #70195F

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 value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 25 95 -
CMYK 0 0.78 0.15 0.56
HSL 311.72º 0.64% 0.27% -
HSV(B) 311.72º 0.78% 0.44% -
XYZ 9.1 4.97 11.31 -
YUV 58.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 112 25 95 0 0.78 0.15 0.56 311.72 0.64 0.27
Hex 70 19 5F 0 4E F 38 138 40 1B
Octal 160 31 137 0 116 17 70 470 100 33
Binary 1110000 11001 1011111 0 1001110 1111 111000 100111000 1000000 11011

Color Harmonies of #70195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70195F

Black with #70195F

Text Example


Text Example

White with #70195F

Text Example


Text Example

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