Html Css Color HEX #71175F Palatinate Purple

📋 copy color: '#71175F'

red 113 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #71175F

Tints of Palatinate Purple #71175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 48.92%
G = 9.96%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71175F (or 0x71175F) is known color: Palatinate Purple. HEX triplet: 71, 17 and 5F. RGB value is (113,23,95). Sum of RGB (Red+Green+Blue) = 113+23+95=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71175F is #8EE8A0. Grayscale: #393939. Windows color (decimal): -9365665 or 6231921. OLE color: 6231921.

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

Color convert

RGB 113 23 95 -
CMYK 0 0.80 0.16 0.56
HSL 312º 0.66% 0.27% -
HSV(B) 312º 0.8% 0.44% -
XYZ 9.18 4.95 11.3 -
YUV 58.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 113 23 95 0 0.80 0.16 0.56 312 0.66 0.27
Hex 71 17 5F 0 50 10 38 138 42 1B
Octal 161 27 137 0 120 20 70 470 102 33
Binary 1110001 10111 1011111 0 1010000 10000 111000 100111000 1000010 11011

Color Harmonies of #71175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71175F

Black with #71175F

Text Example


Text Example

White with #71175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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