Html Css Color HEX #71175B Palatinate Purple

📋 copy color: '#71175B'

red 113 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #71175B

Tints of Palatinate Purple #71175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 49.78%
G = 10.13%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71175B (or 0x71175B) is known color: Palatinate Purple. HEX triplet: 71, 17 and 5B. RGB value is (113,23,91). Sum of RGB (Red+Green+Blue) = 113+23+91=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71175B is #8EE8A4. Grayscale: #393939. Windows color (decimal): -9365669 or 5969777. OLE color: 5969777.

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

Color convert

RGB 113 23 91 -
CMYK 0 0.80 0.19 0.56
HSL 314.67º 0.66% 0.27% -
HSV(B) 314.67º 0.8% 0.44% -
XYZ 9 4.88 10.36 -
YUV 57.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 113 23 91 0 0.80 0.19 0.56 314.67 0.66 0.27
Hex 71 17 5B 0 50 13 38 13B 42 1B
Octal 161 27 133 0 120 23 70 473 102 33
Binary 1110001 10111 1011011 0 1010000 10011 111000 100111011 1000010 11011

Color Harmonies of #71175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71175B

Black with #71175B

Text Example


Text Example

White with #71175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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