Html Css Color HEX #713060 Palatinate Purple

📋 copy color: '#713060'

red 113 ◦ green 48 ◦ blue 96

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

Shades of Palatinate Purple #713060

Tints of Palatinate Purple #713060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 43.97%
G = 18.68%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#713060 (or 0x713060) is known color: Palatinate Purple. HEX triplet: 71, 30 and 60. RGB value is (113,48,96). Sum of RGB (Red+Green+Blue) = 113+48+96=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #713060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713060 is #8ECF9F. Grayscale: #484848. Windows color (decimal): -9359264 or 6303857. OLE color: 6303857.

HSL color Cylindrical-coordinate representation of color #713060: hue angle of 315.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713060 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 96 -
CMYK 0 0.58 0.15 0.56
HSL 315.69º 0.4% 0.32% -
HSV(B) 315.69º 0.58% 0.44% -
XYZ 9.98 6.47 11.79 -
YUV 72.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 113 48 96 0 0.58 0.15 0.56 315.69 0.4 0.32
Hex 71 30 60 0 3A F 38 13C 28 20
Octal 161 60 140 0 72 17 70 474 50 40
Binary 1110001 110000 1100000 0 111010 1111 111000 100111100 101000 100000

Color Harmonies of #713060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713060

Black with #713060

Text Example


Text Example

White with #713060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713060; }

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

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

background-color css

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

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

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

border-color css

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

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

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