Html Css Color HEX #71355D Palatinate Purple

📋 copy color: '#71355D'

red 113 ◦ green 53 ◦ blue 93

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

Shades of Palatinate Purple #71355D

Tints of Palatinate Purple #71355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 43.63%
G = 20.46%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71355D (or 0x71355D) is known color: Palatinate Purple. HEX triplet: 71, 35 and 5D. RGB value is (113,53,93). Sum of RGB (Red+Green+Blue) = 113+53+93=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355D is #8ECAA2. Grayscale: #4B4B4B. Windows color (decimal): -9357987 or 6108529. OLE color: 6108529.

HSL color Cylindrical-coordinate representation of color #71355D: hue angle of 320º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71355D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 93 -
CMYK 0 0.53 0.18 0.56
HSL 320º 0.36% 0.33% -
HSV(B) 320º 0.53% 0.44% -
XYZ 10.06 6.85 11.15 -
YUV 75.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 113 53 93 0 0.53 0.18 0.56 320 0.36 0.33
Hex 71 35 5D 0 35 12 38 140 24 21
Octal 161 65 135 0 65 22 70 500 44 41
Binary 1110001 110101 1011101 0 110101 10010 111000 101000000 100100 100001

Color Harmonies of #71355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71355D

Black with #71355D

Text Example


Text Example

White with #71355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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