Html Css Color HEX #71355C Palatinate Purple

📋 copy color: '#71355C'

red 113 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #71355C

Tints of Palatinate Purple #71355C

RGB

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

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

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

R = 43.8%
G = 20.54%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71355C (or 0x71355C) is known color: Palatinate Purple. HEX triplet: 71, 35 and 5C. RGB value is (113,53,92). Sum of RGB (Red+Green+Blue) = 113+53+92=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355C is #8ECAA3. Grayscale: #4B4B4B. Windows color (decimal): -9357988 or 6042993. OLE color: 6042993.

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

Color convert

RGB 113 53 92 -
CMYK 0 0.53 0.19 0.56
HSL 321º 0.36% 0.33% -
HSV(B) 321º 0.53% 0.44% -
XYZ 10.01 6.83 10.92 -
YUV 75.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 113 53 92 0 0.53 0.19 0.56 321 0.36 0.33
Hex 71 35 5C 0 35 13 38 141 24 21
Octal 161 65 134 0 65 23 70 501 44 41
Binary 1110001 110101 1011100 0 110101 10011 111000 101000001 100100 100001

Color Harmonies of #71355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71355C

Black with #71355C

Text Example


Text Example

White with #71355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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