Html Css Color HEX #713561 Palatinate Purple

📋 copy color: '#713561'

red 113 ◦ green 53 ◦ blue 97

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

Shades of Palatinate Purple #713561

Tints of Palatinate Purple #713561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 42.97%
G = 20.15%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713561 (or 0x713561) is known color: Palatinate Purple. HEX triplet: 71, 35 and 61. RGB value is (113,53,97). Sum of RGB (Red+Green+Blue) = 113+53+97=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713561 is #8ECA9E. Grayscale: #4B4B4B. Windows color (decimal): -9357983 or 6370673. OLE color: 6370673.

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

Color convert

RGB 113 53 97 -
CMYK 0 0.53 0.14 0.56
HSL 316º 0.36% 0.33% -
HSV(B) 316º 0.53% 0.44% -
XYZ 10.24 6.92 12.11 -
YUV 75.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 113 53 97 0 0.53 0.14 0.56 316 0.36 0.33
Hex 71 35 61 0 35 E 38 13C 24 21
Octal 161 65 141 0 65 16 70 474 44 41
Binary 1110001 110101 1100001 0 110101 1110 111000 100111100 100100 100001

Color Harmonies of #713561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713561

Black with #713561

Text Example


Text Example

White with #713561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713561; }

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

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

background-color css

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

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

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

border-color css

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

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

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