Html Css Color HEX #711F5D Palatinate Purple

📋 copy color: '#711F5D'

red 113 ◦ green 31 ◦ blue 93

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

Shades of Palatinate Purple #711F5D

Tints of Palatinate Purple #711F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.08%

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

R = 47.68%
G = 13.08%
B = 39.24%

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

#711F5D (or 0x711F5D) is known color: Palatinate Purple. HEX triplet: 71, 1F and 5D. RGB value is (113,31,93). Sum of RGB (Red+Green+Blue) = 113+31+93=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F5D is #8EE0A2. Grayscale: #3E3E3E. Windows color (decimal): -9363619 or 6102897. OLE color: 6102897.

HSL color Cylindrical-coordinate representation of color #711F5D: hue angle of 314.63º degrees, saturation: 0.57, 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 #711F5D is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 93 -
CMYK 0 0.73 0.18 0.56
HSL 314.63º 0.57% 0.28% -
HSV(B) 314.63º 0.73% 0.44% -
XYZ 9.28 5.28 10.89 -
YUV 62.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 113 31 93 0 0.73 0.18 0.56 314.63 0.57 0.28
Hex 71 1F 5D 0 49 12 38 13B 39 1C
Octal 161 37 135 0 111 22 70 473 71 34
Binary 1110001 11111 1011101 0 1001001 10010 111000 100111011 111001 11100

Color Harmonies of #711F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F5D

Black with #711F5D

Text Example


Text Example

White with #711F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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