Html Css Color HEX #713261 Palatinate Purple

📋 copy color: '#713261'

red 113 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #713261

Tints of Palatinate Purple #713261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

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

R = 43.46%
G = 19.23%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713261 (or 0x713261) is known color: Palatinate Purple. HEX triplet: 71, 32 and 61. RGB value is (113,50,97). Sum of RGB (Red+Green+Blue) = 113+50+97=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #713261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713261 is #8ECD9E. Grayscale: #4A4A4A. Windows color (decimal): -9358751 or 6369905. OLE color: 6369905.

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

Color convert

RGB 113 50 97 -
CMYK 0 0.56 0.14 0.56
HSL 315.24º 0.39% 0.32% -
HSV(B) 315.24º 0.56% 0.44% -
XYZ 10.11 6.65 12.06 -
YUV 74.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 113 50 97 0 0.56 0.14 0.56 315.24 0.39 0.32
Hex 71 32 61 0 38 E 38 13B 27 20
Octal 161 62 141 0 70 16 70 473 47 40
Binary 1110001 110010 1100001 0 111000 1110 111000 100111011 100111 100000

Color Harmonies of #713261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713261

Black with #713261

Text Example


Text Example

White with #713261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713261; }

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

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

background-color css

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

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

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

border-color css

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

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

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