Html Css Color HEX #711560 Palatinate Purple

📋 copy color: '#711560'

red 113 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #711560

Tints of Palatinate Purple #711560

RGB

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

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

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

R = 49.13%
G = 9.13%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#711560 (or 0x711560) is known color: Palatinate Purple. HEX triplet: 71, 15 and 60. RGB value is (113,21,96). Sum of RGB (Red+Green+Blue) = 113+21+96=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #711560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711560 is #8EEA9F. Grayscale: #383838. Windows color (decimal): -9366176 or 6296945. OLE color: 6296945.

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

Color convert

RGB 113 21 96 -
CMYK 0 0.81 0.15 0.56
HSL 311.09º 0.69% 0.26% -
HSV(B) 311.09º 0.81% 0.44% -
XYZ 9.19 4.89 11.53 -
YUV 57.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 113 21 96 0 0.81 0.15 0.56 311.09 0.69 0.26
Hex 71 15 60 0 51 F 38 137 45 1A
Octal 161 25 140 0 121 17 70 467 105 32
Binary 1110001 10101 1100000 0 1010001 1111 111000 100110111 1000101 11010

Color Harmonies of #711560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711560

Black with #711560

Text Example


Text Example

White with #711560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711560; }

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

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

background-color css

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

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

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

border-color css

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

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

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