Html Css Color HEX #713061 Palatinate Purple

📋 copy color: '#713061'

red 113 ◦ green 48 ◦ blue 97

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

Shades of Palatinate Purple #713061

Tints of Palatinate Purple #713061

RGB

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

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

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

R = 43.8%
G = 18.6%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713061 (or 0x713061) is known color: Palatinate Purple. HEX triplet: 71, 30 and 61. RGB value is (113,48,97). Sum of RGB (Red+Green+Blue) = 113+48+97=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713061 is #8ECF9E. Grayscale: #484848. Windows color (decimal): -9359263 or 6369393. OLE color: 6369393.

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

Color convert

RGB 113 48 97 -
CMYK 0 0.58 0.14 0.56
HSL 314.77º 0.4% 0.32% -
HSV(B) 314.77º 0.58% 0.44% -
XYZ 10.02 6.49 12.03 -
YUV 73.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 113 48 97 0 0.58 0.14 0.56 314.77 0.4 0.32
Hex 71 30 61 0 3A E 38 13B 28 20
Octal 161 60 141 0 72 16 70 473 50 40
Binary 1110001 110000 1100001 0 111010 1110 111000 100111011 101000 100000

Color Harmonies of #713061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713061

Black with #713061

Text Example


Text Example

White with #713061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713061; }

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

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

background-color css

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

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

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

border-color css

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

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

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