Html Css Color HEX #701158 Palatinate Purple

📋 copy color: '#701158'

red 112 ◦ green 17 ◦ blue 88

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

Shades of Palatinate Purple #701158

Tints of Palatinate Purple #701158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 51.61%
G = 7.83%
B = 40.55%

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

#701158 (or 0x701158) is known color: Palatinate Purple. HEX triplet: 70, 11 and 58. RGB value is (112,17,88). Sum of RGB (Red+Green+Blue) = 112+17+88=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701158 is #8FEEA7. Grayscale: #353535. Windows color (decimal): -9432744 or 5771632. OLE color: 5771632.

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

Color convert

RGB 112 17 88 -
CMYK 0 0.85 0.21 0.56
HSL 315.16º 0.74% 0.25% -
HSV(B) 315.16º 0.85% 0.44% -
XYZ 8.64 4.55 9.66 -
YUV 53.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 112 17 88 0 0.85 0.21 0.56 315.16 0.74 0.25
Hex 70 11 58 0 55 15 38 13B 4A 19
Octal 160 21 130 0 125 25 70 473 112 31
Binary 1110000 10001 1011000 0 1010101 10101 111000 100111011 1001010 11001

Color Harmonies of #701158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701158

Black with #701158

Text Example


Text Example

White with #701158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701158; }

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

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

background-color css

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

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

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

border-color css

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

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

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