Html Css Color HEX #71315C Palatinate Purple

📋 copy color: '#71315C'

red 113 ◦ green 49 ◦ blue 92

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

Shades of Palatinate Purple #71315C

Tints of Palatinate Purple #71315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

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

R = 44.49%
G = 19.29%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71315C (or 0x71315C) is known color: Palatinate Purple. HEX triplet: 71, 31 and 5C. RGB value is (113,49,92). Sum of RGB (Red+Green+Blue) = 113+49+92=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315C is #8ECEA3. Grayscale: #484848. Windows color (decimal): -9359012 or 6041969. OLE color: 6041969.

HSL color Cylindrical-coordinate representation of color #71315C: hue angle of 319.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71315C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 92 -
CMYK 0 0.57 0.19 0.56
HSL 319.69º 0.4% 0.32% -
HSV(B) 319.69º 0.57% 0.44% -
XYZ 9.84 6.48 10.86 -
YUV 73.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 113 49 92 0 0.57 0.19 0.56 319.69 0.4 0.32
Hex 71 31 5C 0 39 13 38 140 28 20
Octal 161 61 134 0 71 23 70 500 50 40
Binary 1110001 110001 1011100 0 111001 10011 111000 101000000 101000 100000

Color Harmonies of #71315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71315C

Black with #71315C

Text Example


Text Example

White with #71315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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