Html Css Color HEX #71345D Palatinate Purple

📋 copy color: '#71345D'

red 113 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #71345D

Tints of Palatinate Purple #71345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 43.8%
G = 20.16%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71345D (or 0x71345D) is known color: Palatinate Purple. HEX triplet: 71, 34 and 5D. RGB value is (113,52,93). Sum of RGB (Red+Green+Blue) = 113+52+93=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345D is #8ECBA2. Grayscale: #4A4A4A. Windows color (decimal): -9358243 or 6108273. OLE color: 6108273.

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

Color convert

RGB 113 52 93 -
CMYK 0 0.54 0.18 0.56
HSL 319.67º 0.37% 0.32% -
HSV(B) 319.67º 0.54% 0.44% -
XYZ 10.01 6.76 11.13 -
YUV 74.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 113 52 93 0 0.54 0.18 0.56 319.67 0.37 0.32
Hex 71 34 5D 0 36 12 38 140 25 20
Octal 161 64 135 0 66 22 70 500 45 40
Binary 1110001 110100 1011101 0 110110 10010 111000 101000000 100101 100000

Color Harmonies of #71345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71345D

Black with #71345D

Text Example


Text Example

White with #71345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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