Html Css Color HEX #71375D Palatinate Purple

📋 copy color: '#71375D'

red 113 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #71375D

Tints of Palatinate Purple #71375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 43.3%
G = 21.07%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71375D (or 0x71375D) is known color: Palatinate Purple. HEX triplet: 71, 37 and 5D. RGB value is (113,55,93). Sum of RGB (Red+Green+Blue) = 113+55+93=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375D is #8EC8A2. Grayscale: #4C4C4C. Windows color (decimal): -9357475 or 6109041. OLE color: 6109041.

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

Color convert

RGB 113 55 93 -
CMYK 0 0.51 0.18 0.56
HSL 320.69º 0.35% 0.33% -
HSV(B) 320.69º 0.51% 0.44% -
XYZ 10.15 7.03 11.18 -
YUV 76.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 113 55 93 0 0.51 0.18 0.56 320.69 0.35 0.33
Hex 71 37 5D 0 33 12 38 141 23 21
Octal 161 67 135 0 63 22 70 501 43 41
Binary 1110001 110111 1011101 0 110011 10010 111000 101000001 100011 100001

Color Harmonies of #71375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71375D

Black with #71375D

Text Example


Text Example

White with #71375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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