Html Css Color HEX #71115B Palatinate Purple

📋 copy color: '#71115B'

red 113 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #71115B

Tints of Palatinate Purple #71115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

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

R = 51.13%
G = 7.69%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71115B (or 0x71115B) is known color: Palatinate Purple. HEX triplet: 71, 11 and 5B. RGB value is (113,17,91). Sum of RGB (Red+Green+Blue) = 113+17+91=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71115B is #8EEEA4. Grayscale: #353535. Windows color (decimal): -9367205 or 5968241. OLE color: 5968241.

HSL color Cylindrical-coordinate representation of color #71115B: hue angle of 313.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71115B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 91 -
CMYK 0 0.85 0.19 0.56
HSL 313.75º 0.74% 0.25% -
HSV(B) 313.75º 0.85% 0.44% -
XYZ 8.9 4.67 10.33 -
YUV 54.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 113 17 91 0 0.85 0.19 0.56 313.75 0.74 0.25
Hex 71 11 5B 0 55 13 38 13A 4A 19
Octal 161 21 133 0 125 23 70 472 112 31
Binary 1110001 10001 1011011 0 1010101 10011 111000 100111010 1001010 11001

Color Harmonies of #71115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71115B

Black with #71115B

Text Example


Text Example

White with #71115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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