Html Css Color HEX #71345E Palatinate Purple

📋 copy color: '#71345E'

red 113 ◦ green 52 ◦ blue 94

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

Shades of Palatinate Purple #71345E

Tints of Palatinate Purple #71345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

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

R = 43.63%
G = 20.08%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71345E (or 0x71345E) is known color: Palatinate Purple. HEX triplet: 71, 34 and 5E. RGB value is (113,52,94). Sum of RGB (Red+Green+Blue) = 113+52+94=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345E is #8ECBA1. Grayscale: #4A4A4A. Windows color (decimal): -9358242 or 6173809. OLE color: 6173809.

HSL color Cylindrical-coordinate representation of color #71345E: hue angle of 318.69º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71345E is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 94 -
CMYK 0 0.54 0.17 0.56
HSL 318.69º 0.37% 0.32% -
HSV(B) 318.69º 0.54% 0.44% -
XYZ 10.06 6.77 11.37 -
YUV 75.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 113 52 94 0 0.54 0.17 0.56 318.69 0.37 0.32
Hex 71 34 5E 0 36 11 38 13F 25 20
Octal 161 64 136 0 66 21 70 477 45 40
Binary 1110001 110100 1011110 0 110110 10001 111000 100111111 100101 100000

Color Harmonies of #71345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71345E

Black with #71345E

Text Example


Text Example

White with #71345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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