Html Css Color HEX #711F5B Palatinate Purple

📋 copy color: '#711F5B'

red 113 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #711F5B

Tints of Palatinate Purple #711F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 48.09%
G = 13.19%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#711F5B (or 0x711F5B) is known color: Palatinate Purple. HEX triplet: 71, 1F and 5B. RGB value is (113,31,91). Sum of RGB (Red+Green+Blue) = 113+31+91=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F5B is #8EE0A4. Grayscale: #3E3E3E. Windows color (decimal): -9363621 or 5971825. OLE color: 5971825.

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

Color convert

RGB 113 31 91 -
CMYK 0 0.73 0.19 0.56
HSL 316.1º 0.57% 0.28% -
HSV(B) 316.1º 0.73% 0.44% -
XYZ 9.19 5.25 10.43 -
YUV 62.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 113 31 91 0 0.73 0.19 0.56 316.1 0.57 0.28
Hex 71 1F 5B 0 49 13 38 13C 39 1C
Octal 161 37 133 0 111 23 70 474 71 34
Binary 1110001 11111 1011011 0 1001001 10011 111000 100111100 111001 11100

Color Harmonies of #711F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F5B

Black with #711F5B

Text Example


Text Example

White with #711F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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