Html Css Color HEX #711960 Palatinate Purple

📋 copy color: '#711960'

red 113 ◦ green 25 ◦ blue 96

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

Shades of Palatinate Purple #711960

Tints of Palatinate Purple #711960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 48.29%
G = 10.68%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#711960 (or 0x711960) is known color: Palatinate Purple. HEX triplet: 71, 19 and 60. RGB value is (113,25,96). Sum of RGB (Red+Green+Blue) = 113+25+96=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711960 is #8EE69F. Grayscale: #3B3B3B. Windows color (decimal): -9365152 or 6297969. OLE color: 6297969.

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

Color convert

RGB 113 25 96 -
CMYK 0 0.78 0.15 0.56
HSL 311.59º 0.64% 0.27% -
HSV(B) 311.59º 0.78% 0.44% -
XYZ 9.27 5.05 11.55 -
YUV 59.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 113 25 96 0 0.78 0.15 0.56 311.59 0.64 0.27
Hex 71 19 60 0 4E F 38 138 40 1B
Octal 161 31 140 0 116 17 70 470 100 33
Binary 1110001 11001 1100000 0 1001110 1111 111000 100111000 1000000 11011

Color Harmonies of #711960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711960

Black with #711960

Text Example


Text Example

White with #711960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711960; }

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

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

background-color css

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

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

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

border-color css

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

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

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