Html Css Color HEX #71345B Palatinate Purple

📋 copy color: '#71345B'

red 113 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #71345B

Tints of Palatinate Purple #71345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 44.14%
G = 20.31%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71345B (or 0x71345B) is known color: Palatinate Purple. HEX triplet: 71, 34 and 5B. RGB value is (113,52,91). Sum of RGB (Red+Green+Blue) = 113+52+91=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345B is #8ECBA4. Grayscale: #4A4A4A. Windows color (decimal): -9358245 or 5977201. OLE color: 5977201.

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

Color convert

RGB 113 52 91 -
CMYK 0 0.54 0.19 0.56
HSL 321.64º 0.37% 0.32% -
HSV(B) 321.64º 0.54% 0.44% -
XYZ 9.93 6.72 10.67 -
YUV 74.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 113 52 91 0 0.54 0.19 0.56 321.64 0.37 0.32
Hex 71 34 5B 0 36 13 38 142 25 20
Octal 161 64 133 0 66 23 70 502 45 40
Binary 1110001 110100 1011011 0 110110 10011 111000 101000010 100101 100000

Color Harmonies of #71345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71345B

Black with #71345B

Text Example


Text Example

White with #71345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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