Html Css Color HEX #71325E Palatinate Purple

📋 copy color: '#71325E'

red 113 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #71325E

Tints of Palatinate Purple #71325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 43.97%
G = 19.46%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71325E (or 0x71325E) is known color: Palatinate Purple. HEX triplet: 71, 32 and 5E. RGB value is (113,50,94). Sum of RGB (Red+Green+Blue) = 113+50+94=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71325E is #8ECDA1. Grayscale: #494949. Windows color (decimal): -9358754 or 6173297. OLE color: 6173297.

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

Color convert

RGB 113 50 94 -
CMYK 0 0.56 0.17 0.56
HSL 318.1º 0.39% 0.32% -
HSV(B) 318.1º 0.56% 0.44% -
XYZ 9.97 6.6 11.34 -
YUV 73.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 113 50 94 0 0.56 0.17 0.56 318.1 0.39 0.32
Hex 71 32 5E 0 38 11 38 13E 27 20
Octal 161 62 136 0 70 21 70 476 47 40
Binary 1110001 110010 1011110 0 111000 10001 111000 100111110 100111 100000

Color Harmonies of #71325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71325E

Black with #71325E

Text Example


Text Example

White with #71325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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