Html Css Color HEX #701771 Palatinate Purple

📋 copy color: '#701771'

red 112 ◦ green 23 ◦ blue 113

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

Shades of Palatinate Purple #701771

Tints of Palatinate Purple #701771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 45.16%
G = 9.27%
B = 45.56%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#701771 (or 0x701771) is known color: Palatinate Purple. HEX triplet: 70, 17 and 71. RGB value is (112,23,113). Sum of RGB (Red+Green+Blue) = 112+23+113=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #701771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701771 is #8FE88E. Grayscale: #3B3B3B. Windows color (decimal): -9431183 or 7411568. OLE color: 7411568.

HSL color Cylindrical-coordinate representation of color #701771: hue angle of 299.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701771 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 113 -
CMYK 0.01 0.80 0 0.56
HSL 299.33º 0.66% 0.27% -
HSV(B) 299.33º 0.8% 0.44% -
XYZ 9.97 5.25 16.11 -
YUV 59.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 112 23 113 0.01 0.80 0 0.56 299.33 0.66 0.27
Hex 70 17 71 1 50 0 38 12B 42 1B
Octal 160 27 161 1 120 0 70 453 102 33
Binary 1110000 10111 1110001 1 1010000 0 111000 100101011 1000010 11011

Color Harmonies of #701771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701771

Black with #701771

Text Example


Text Example

White with #701771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701771; }

 p { color: rgb(112,23,113); }

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

background-color css

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

 a { background-color: rgb(112,23,113); }

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

border-color css

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

 span { border-color: rgb(112,23,113); }

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