Html Css Color HEX #71115A Palatinate Purple

📋 copy color: '#71115A'

red 113 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #71115A

Tints of Palatinate Purple #71115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 51.36%
G = 7.73%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71115A (or 0x71115A) is known color: Palatinate Purple. HEX triplet: 71, 11 and 5A. RGB value is (113,17,90). Sum of RGB (Red+Green+Blue) = 113+17+90=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71115A is #8EEEA5. Grayscale: #353535. Windows color (decimal): -9367206 or 5902705. OLE color: 5902705.

HSL color Cylindrical-coordinate representation of color #71115A: hue angle of 314.38º 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 #71115A is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 90 -
CMYK 0 0.85 0.20 0.56
HSL 314.38º 0.74% 0.25% -
HSV(B) 314.38º 0.85% 0.44% -
XYZ 8.86 4.65 10.1 -
YUV 54.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 113 17 90 0 0.85 0.20 0.56 314.38 0.74 0.25
Hex 71 11 5A 0 55 14 38 13A 4A 19
Octal 161 21 132 0 125 24 70 472 112 31
Binary 1110001 10001 1011010 0 1010101 10100 111000 100111010 1001010 11001

Color Harmonies of #71115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71115A

Black with #71115A

Text Example


Text Example

White with #71115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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