Html Css Color HEX #71325C Palatinate Purple

📋 copy color: '#71325C'

red 113 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #71325C

Tints of Palatinate Purple #71325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 44.31%
G = 19.61%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71325C (or 0x71325C) is known color: Palatinate Purple. HEX triplet: 71, 32 and 5C. RGB value is (113,50,92). Sum of RGB (Red+Green+Blue) = 113+50+92=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71325C is #8ECDA3. Grayscale: #494949. Windows color (decimal): -9358756 or 6042225. OLE color: 6042225.

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

Color convert

RGB 113 50 92 -
CMYK 0 0.56 0.19 0.56
HSL 320º 0.39% 0.32% -
HSV(B) 320º 0.56% 0.44% -
XYZ 9.88 6.56 10.87 -
YUV 73.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 113 50 92 0 0.56 0.19 0.56 320 0.39 0.32
Hex 71 32 5C 0 38 13 38 140 27 20
Octal 161 62 134 0 70 23 70 500 47 40
Binary 1110001 110010 1011100 0 111000 10011 111000 101000000 100111 100000

Color Harmonies of #71325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71325C

Black with #71325C

Text Example


Text Example

White with #71325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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