Html Css Color HEX #711E5D Palatinate Purple

📋 copy color: '#711E5D'

red 113 ◦ green 30 ◦ blue 93

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

Shades of Palatinate Purple #711E5D

Tints of Palatinate Purple #711E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.71%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 47.88%
G = 12.71%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#711E5D (or 0x711E5D) is known color: Palatinate Purple. HEX triplet: 71, 1E and 5D. RGB value is (113,30,93). Sum of RGB (Red+Green+Blue) = 113+30+93=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E5D is #8EE1A2. Grayscale: #3D3D3D. Windows color (decimal): -9363875 or 6102641. OLE color: 6102641.

HSL color Cylindrical-coordinate representation of color #711E5D: hue angle of 314.46º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E5D is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 93 -
CMYK 0 0.73 0.18 0.56
HSL 314.46º 0.58% 0.28% -
HSV(B) 314.46º 0.73% 0.44% -
XYZ 9.25 5.23 10.88 -
YUV 62 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 113 30 93 0 0.73 0.18 0.56 314.46 0.58 0.28
Hex 71 1E 5D 0 49 12 38 13A 3A 1C
Octal 161 36 135 0 111 22 70 472 72 34
Binary 1110001 11110 1011101 0 1001001 10010 111000 100111010 111010 11100

Color Harmonies of #711E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E5D

Black with #711E5D

Text Example


Text Example

White with #711E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E5D; }

 p { color: rgb(113,30,93); }

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

background-color css

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

 a { background-color: rgb(113,30,93); }

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

border-color css

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

 span { border-color: rgb(113,30,93); }

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