Html Css Color HEX #701571 Palatinate Purple

📋 copy color: '#701571'

red 112 ◦ green 21 ◦ blue 113

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

Shades of Palatinate Purple #701571

Tints of Palatinate Purple #701571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

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

R = 45.53%
G = 8.54%
B = 45.93%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#701571 (or 0x701571) is known color: Palatinate Purple. HEX triplet: 70, 15 and 71. RGB value is (112,21,113). Sum of RGB (Red+Green+Blue) = 112+21+113=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #701571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701571 is #8FEA8E. Grayscale: #3A3A3A. Windows color (decimal): -9431695 or 7411056. OLE color: 7411056.

HSL color Cylindrical-coordinate representation of color #701571: hue angle of 299.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701571 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 113 -
CMYK 0.01 0.81 0 0.56
HSL 299.35º 0.69% 0.26% -
HSV(B) 299.35º 0.81% 0.44% -
XYZ 9.93 5.17 16.1 -
YUV 58.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 112 21 113 0.01 0.81 0 0.56 299.35 0.69 0.26
Hex 70 15 71 1 51 0 38 12B 45 1A
Octal 160 25 161 1 121 0 70 453 105 32
Binary 1110000 10101 1110001 1 1010001 0 111000 100101011 1000101 11010

Color Harmonies of #701571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701571

Black with #701571

Text Example


Text Example

White with #701571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701571; }

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

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

background-color css

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

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

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

border-color css

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

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

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