Html Css Color HEX #71185D Palatinate Purple

📋 copy color: '#71185D'

red 113 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #71185D

Tints of Palatinate Purple #71185D

RGB

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

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

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

R = 49.13%
G = 10.43%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71185D (or 0x71185D) is known color: Palatinate Purple. HEX triplet: 71, 18 and 5D. RGB value is (113,24,93). Sum of RGB (Red+Green+Blue) = 113+24+93=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71185D is #8EE7A2. Grayscale: #3A3A3A. Windows color (decimal): -9365411 or 6101105. OLE color: 6101105.

HSL color Cylindrical-coordinate representation of color #71185D: hue angle of 313.48º 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 #71185D is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 93 -
CMYK 0 0.79 0.18 0.56
HSL 313.48º 0.65% 0.27% -
HSV(B) 313.48º 0.79% 0.44% -
XYZ 9.11 4.95 10.83 -
YUV 58.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 113 24 93 0 0.79 0.18 0.56 313.48 0.65 0.27
Hex 71 18 5D 0 4F 12 38 139 41 1B
Octal 161 30 135 0 117 22 70 471 101 33
Binary 1110001 11000 1011101 0 1001111 10010 111000 100111001 1000001 11011

Color Harmonies of #71185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71185D

Black with #71185D

Text Example


Text Example

White with #71185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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