Html Css Color HEX #711970 Palatinate Purple

📋 copy color: '#711970'

red 113 ◦ green 25 ◦ blue 112

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

Shades of Palatinate Purple #711970

Tints of Palatinate Purple #711970

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

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

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

Color convert

RGB 113 25 112 -
CMYK 0 0.78 0.01 0.56
HSL 300.68º 0.64% 0.27% -
HSV(B) 300.68º 0.78% 0.44% -
XYZ 10.08 5.38 15.84 -
YUV 61.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 113 25 112 0 0.78 0.01 0.56 300.68 0.64 0.27
Hex 71 19 70 0 4E 1 38 12D 40 1B
Octal 161 31 160 0 116 1 70 455 100 33
Binary 1110001 11001 1110000 0 1001110 1 111000 100101101 1000000 11011

Color Harmonies of #711970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711970

Black with #711970

Text Example


Text Example

White with #711970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711970; }

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

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

background-color css

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

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

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

border-color css

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

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

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