Html Css Color HEX #70115D Palatinate Purple

📋 copy color: '#70115D'

red 112 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #70115D

Tints of Palatinate Purple #70115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 50.45%
G = 7.66%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70115D (or 0x70115D) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5D. RGB value is (112,17,93). Sum of RGB (Red+Green+Blue) = 112+17+93=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115D is #8FEEA2. Grayscale: #353535. Windows color (decimal): -9432739 or 6099312. OLE color: 6099312.

HSL color Cylindrical-coordinate representation of color #70115D: hue angle of 312º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70115D is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 93 -
CMYK 0 0.85 0.17 0.56
HSL 312º 0.74% 0.25% -
HSV(B) 312º 0.85% 0.44% -
XYZ 8.86 4.64 10.78 -
YUV 54.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 112 17 93 0 0.85 0.17 0.56 312 0.74 0.25
Hex 70 11 5D 0 55 11 38 138 4A 19
Octal 160 21 135 0 125 21 70 470 112 31
Binary 1110000 10001 1011101 0 1010101 10001 111000 100111000 1001010 11001

Color Harmonies of #70115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70115D

Black with #70115D

Text Example


Text Example

White with #70115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70115D;
 }
 .AnyTagClassName
 {
   color: #70115D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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