Html Css Color HEX #71325F Palatinate Purple

📋 copy color: '#71325F'

red 113 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #71325F

Tints of Palatinate Purple #71325F

RGB

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

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

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

R = 43.8%
G = 19.38%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71325F (or 0x71325F) is known color: Palatinate Purple. HEX triplet: 71, 32 and 5F. RGB value is (113,50,95). Sum of RGB (Red+Green+Blue) = 113+50+95=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71325F is #8ECDA0. Grayscale: #494949. Windows color (decimal): -9358753 or 6238833. OLE color: 6238833.

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

Color convert

RGB 113 50 95 -
CMYK 0 0.56 0.16 0.56
HSL 317.14º 0.39% 0.32% -
HSV(B) 317.14º 0.56% 0.44% -
XYZ 10.02 6.62 11.58 -
YUV 73.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 113 50 95 0 0.56 0.16 0.56 317.14 0.39 0.32
Hex 71 32 5F 0 38 10 38 13D 27 20
Octal 161 62 137 0 70 20 70 475 47 40
Binary 1110001 110010 1011111 0 111000 10000 111000 100111101 100111 100000

Color Harmonies of #71325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71325F

Black with #71325F

Text Example


Text Example

White with #71325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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