Html Css Color HEX #71355E Palatinate Purple

📋 copy color: '#71355E'

red 113 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #71355E

Tints of Palatinate Purple #71355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 43.46%
G = 20.38%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71355E (or 0x71355E) is known color: Palatinate Purple. HEX triplet: 71, 35 and 5E. RGB value is (113,53,94). Sum of RGB (Red+Green+Blue) = 113+53+94=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355E is #8ECAA1. Grayscale: #4B4B4B. Windows color (decimal): -9357986 or 6174065. OLE color: 6174065.

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

Color convert

RGB 113 53 94 -
CMYK 0 0.53 0.17 0.56
HSL 319º 0.36% 0.33% -
HSV(B) 319º 0.53% 0.44% -
XYZ 10.1 6.87 11.38 -
YUV 75.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 113 53 94 0 0.53 0.17 0.56 319 0.36 0.33
Hex 71 35 5E 0 35 11 38 13F 24 21
Octal 161 65 136 0 65 21 70 477 44 41
Binary 1110001 110101 1011110 0 110101 10001 111000 100111111 100100 100001

Color Harmonies of #71355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71355E

Black with #71355E

Text Example


Text Example

White with #71355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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