Html Css Color HEX #71175D Palatinate Purple

📋 copy color: '#71175D'

red 113 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #71175D

Tints of Palatinate Purple #71175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 49.34%
G = 10.04%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71175D (or 0x71175D) is known color: Palatinate Purple. HEX triplet: 71, 17 and 5D. RGB value is (113,23,93). Sum of RGB (Red+Green+Blue) = 113+23+93=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71175D is #8EE8A2. Grayscale: #393939. Windows color (decimal): -9365667 or 6100849. OLE color: 6100849.

HSL color Cylindrical-coordinate representation of color #71175D: hue angle of 313.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71175D is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 93 -
CMYK 0 0.80 0.18 0.56
HSL 313.33º 0.66% 0.27% -
HSV(B) 313.33º 0.8% 0.44% -
XYZ 9.09 4.91 10.83 -
YUV 57.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 113 23 93 0 0.80 0.18 0.56 313.33 0.66 0.27
Hex 71 17 5D 0 50 12 38 139 42 1B
Octal 161 27 135 0 120 22 70 471 102 33
Binary 1110001 10111 1011101 0 1010000 10010 111000 100111001 1000010 11011

Color Harmonies of #71175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71175D

Black with #71175D

Text Example


Text Example

White with #71175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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