Html Css Color HEX #71185A Palatinate Purple

📋 copy color: '#71185A'

red 113 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #71185A

Tints of Palatinate Purple #71185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 49.78%
G = 10.57%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71185A (or 0x71185A) is known color: Palatinate Purple. HEX triplet: 71, 18 and 5A. RGB value is (113,24,90). Sum of RGB (Red+Green+Blue) = 113+24+90=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71185A is #8EE7A5. Grayscale: #393939. Windows color (decimal): -9365414 or 5904497. OLE color: 5904497.

HSL color Cylindrical-coordinate representation of color #71185A: hue angle of 315.51º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71185A is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 90 -
CMYK 0 0.79 0.20 0.56
HSL 315.51º 0.65% 0.27% -
HSV(B) 315.51º 0.79% 0.44% -
XYZ 8.98 4.9 10.15 -
YUV 58.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 113 24 90 0 0.79 0.20 0.56 315.51 0.65 0.27
Hex 71 18 5A 0 4F 14 38 13C 41 1B
Octal 161 30 132 0 117 24 70 474 101 33
Binary 1110001 11000 1011010 0 1001111 10100 111000 100111100 1000001 11011

Color Harmonies of #71185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71185A

Black with #71185A

Text Example


Text Example

White with #71185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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