Html Css Color HEX #711D5D Palatinate Purple

📋 copy color: '#711D5D'

red 113 ◦ green 29 ◦ blue 93

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

Shades of Palatinate Purple #711D5D

Tints of Palatinate Purple #711D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

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

R = 48.09%
G = 12.34%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#711D5D (or 0x711D5D) is known color: Palatinate Purple. HEX triplet: 71, 1D and 5D. RGB value is (113,29,93). Sum of RGB (Red+Green+Blue) = 113+29+93=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D5D is #8EE2A2. Grayscale: #3D3D3D. Windows color (decimal): -9364131 or 6102385. OLE color: 6102385.

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

Color convert

RGB 113 29 93 -
CMYK 0 0.74 0.18 0.56
HSL 314.29º 0.59% 0.28% -
HSV(B) 314.29º 0.74% 0.44% -
XYZ 9.23 5.18 10.87 -
YUV 61.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 113 29 93 0 0.74 0.18 0.56 314.29 0.59 0.28
Hex 71 1D 5D 0 4A 12 38 13A 3B 1C
Octal 161 35 135 0 112 22 70 472 73 34
Binary 1110001 11101 1011101 0 1001010 10010 111000 100111010 111011 11100

Color Harmonies of #711D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D5D

Black with #711D5D

Text Example


Text Example

White with #711D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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