Html Css Color HEX #701159 Palatinate Purple

📋 copy color: '#701159'

red 112 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #701159

Tints of Palatinate Purple #701159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 51.38%
G = 7.8%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701159 (or 0x701159) is known color: Palatinate Purple. HEX triplet: 70, 11 and 59. RGB value is (112,17,89). Sum of RGB (Red+Green+Blue) = 112+17+89=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701159 is #8FEEA6. Grayscale: #353535. Windows color (decimal): -9432743 or 5837168. OLE color: 5837168.

HSL color Cylindrical-coordinate representation of color #701159: hue angle of 314.53º 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 #701159 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 89 -
CMYK 0 0.85 0.21 0.56
HSL 314.53º 0.74% 0.25% -
HSV(B) 314.53º 0.85% 0.44% -
XYZ 8.69 4.57 9.87 -
YUV 53.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 112 17 89 0 0.85 0.21 0.56 314.53 0.74 0.25
Hex 70 11 59 0 55 15 38 13B 4A 19
Octal 160 21 131 0 125 25 70 473 112 31
Binary 1110000 10001 1011001 0 1010101 10101 111000 100111011 1001010 11001

Color Harmonies of #701159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701159

Black with #701159

Text Example


Text Example

White with #701159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701159; }

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

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

background-color css

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

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

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

border-color css

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

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

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