Html Css Color HEX #71175E Palatinate Purple

📋 copy color: '#71175E'

red 113 ◦ green 23 ◦ blue 94

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

Shades of Palatinate Purple #71175E

Tints of Palatinate Purple #71175E

RGB

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

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

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

R = 49.13%
G = 10%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71175E (or 0x71175E) is known color: Palatinate Purple. HEX triplet: 71, 17 and 5E. RGB value is (113,23,94). Sum of RGB (Red+Green+Blue) = 113+23+94=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71175E is #8EE8A1. Grayscale: #393939. Windows color (decimal): -9365666 or 6166385. OLE color: 6166385.

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

Color convert

RGB 113 23 94 -
CMYK 0 0.80 0.17 0.56
HSL 312.67º 0.66% 0.27% -
HSV(B) 312.67º 0.8% 0.44% -
XYZ 9.14 4.93 11.06 -
YUV 58 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 113 23 94 0 0.80 0.17 0.56 312.67 0.66 0.27
Hex 71 17 5E 0 50 11 38 139 42 1B
Octal 161 27 136 0 120 21 70 471 102 33
Binary 1110001 10111 1011110 0 1010000 10001 111000 100111001 1000010 11011

Color Harmonies of #71175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71175E

Black with #71175E

Text Example


Text Example

White with #71175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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