Html Css Color HEX #701971 Palatinate Purple

📋 copy color: '#701971'

red 112 ◦ green 25 ◦ blue 113

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

Shades of Palatinate Purple #701971

Tints of Palatinate Purple #701971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 44.8%
G = 10%
B = 45.2%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#701971 (or 0x701971) is known color: Palatinate Purple. HEX triplet: 70, 19 and 71. RGB value is (112,25,113). Sum of RGB (Red+Green+Blue) = 112+25+113=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #701971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701971 is #8FE68E. Grayscale: #3C3C3C. Windows color (decimal): -9430671 or 7412080. OLE color: 7412080.

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

Color convert

RGB 112 25 113 -
CMYK 0.01 0.78 0 0.56
HSL 299.32º 0.64% 0.27% -
HSV(B) 299.32º 0.78% 0.44% -
XYZ 10.01 5.33 16.12 -
YUV 61.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 112 25 113 0.01 0.78 0 0.56 299.32 0.64 0.27
Hex 70 19 71 1 4E 0 38 12B 40 1B
Octal 160 31 161 1 116 0 70 453 100 33
Binary 1110000 11001 1110001 1 1001110 0 111000 100101011 1000000 11011

Color Harmonies of #701971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701971

Black with #701971

Text Example


Text Example

White with #701971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701971; }

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

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

background-color css

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

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

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

border-color css

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

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

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