Html Css Color HEX #701157 Palatinate Purple

📋 copy color: '#701157'

red 112 ◦ green 17 ◦ blue 87

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

Shades of Palatinate Purple #701157

Tints of Palatinate Purple #701157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.28%

R = 51.85%
G = 7.87%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701157 (or 0x701157) is known color: Palatinate Purple. HEX triplet: 70, 11 and 57. RGB value is (112,17,87). Sum of RGB (Red+Green+Blue) = 112+17+87=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701157 is #8FEEA8. Grayscale: #353535. Windows color (decimal): -9432745 or 5706096. OLE color: 5706096.

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

Color convert

RGB 112 17 87 -
CMYK 0 0.85 0.22 0.56
HSL 315.79º 0.74% 0.25% -
HSV(B) 315.79º 0.85% 0.44% -
XYZ 8.6 4.53 9.44 -
YUV 53.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 112 17 87 0 0.85 0.22 0.56 315.79 0.74 0.25
Hex 70 11 57 0 55 16 38 13C 4A 19
Octal 160 21 127 0 125 26 70 474 112 31
Binary 1110000 10001 1010111 0 1010101 10110 111000 100111100 1001010 11001

Color Harmonies of #701157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701157

Black with #701157

Text Example


Text Example

White with #701157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701157; }

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

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

background-color css

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

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

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

border-color css

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

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

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