Html Css Color HEX #713560 Palatinate Purple

📋 copy color: '#713560'

red 113 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #713560

Tints of Palatinate Purple #713560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 43.13%
G = 20.23%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#713560 (or 0x713560) is known color: Palatinate Purple. HEX triplet: 71, 35 and 60. RGB value is (113,53,96). Sum of RGB (Red+Green+Blue) = 113+53+96=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713560 is #8ECA9F. Grayscale: #4B4B4B. Windows color (decimal): -9357984 or 6305137. OLE color: 6305137.

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

Color convert

RGB 113 53 96 -
CMYK 0 0.53 0.15 0.56
HSL 317º 0.36% 0.33% -
HSV(B) 317º 0.53% 0.44% -
XYZ 10.19 6.9 11.86 -
YUV 75.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 113 53 96 0 0.53 0.15 0.56 317 0.36 0.33
Hex 71 35 60 0 35 F 38 13D 24 21
Octal 161 65 140 0 65 17 70 475 44 41
Binary 1110001 110101 1100000 0 110101 1111 111000 100111101 100100 100001

Color Harmonies of #713560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713560

Black with #713560

Text Example


Text Example

White with #713560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713560; }

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

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

background-color css

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

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

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

border-color css

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

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

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