Html Css Color HEX #71185E Palatinate Purple

📋 copy color: '#71185E'

red 113 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #71185E

Tints of Palatinate Purple #71185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 48.92%
G = 10.39%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71185E (or 0x71185E) is known color: Palatinate Purple. HEX triplet: 71, 18 and 5E. RGB value is (113,24,94). Sum of RGB (Red+Green+Blue) = 113+24+94=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71185E is #8EE7A1. Grayscale: #3A3A3A. Windows color (decimal): -9365410 or 6166641. OLE color: 6166641.

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

Color convert

RGB 113 24 94 -
CMYK 0 0.79 0.17 0.56
HSL 312.81º 0.65% 0.27% -
HSV(B) 312.81º 0.79% 0.44% -
XYZ 9.16 4.97 11.07 -
YUV 58.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 113 24 94 0 0.79 0.17 0.56 312.81 0.65 0.27
Hex 71 18 5E 0 4F 11 38 139 41 1B
Octal 161 30 136 0 117 21 70 471 101 33
Binary 1110001 11000 1011110 0 1001111 10001 111000 100111001 1000001 11011

Color Harmonies of #71185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71185E

Black with #71185E

Text Example


Text Example

White with #71185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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