Html Css Color HEX #712959 Palatinate Purple

📋 copy color: '#712959'

red 113 ◦ green 41 ◦ blue 89

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

Shades of Palatinate Purple #712959

Tints of Palatinate Purple #712959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 46.5%
G = 16.87%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#712959 (or 0x712959) is known color: Palatinate Purple. HEX triplet: 71, 29 and 59. RGB value is (113,41,89). Sum of RGB (Red+Green+Blue) = 113+41+89=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #712959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712959 is #8ED6A6. Grayscale: #434343. Windows color (decimal): -9361063 or 5843313. OLE color: 5843313.

HSL color Cylindrical-coordinate representation of color #712959: hue angle of 320º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712959 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 89 -
CMYK 0 0.64 0.21 0.56
HSL 320º 0.47% 0.3% -
HSV(B) 320º 0.64% 0.44% -
XYZ 9.41 5.82 10.08 -
YUV 68 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 113 41 89 0 0.64 0.21 0.56 320 0.47 0.3
Hex 71 29 59 0 40 15 38 140 2F 1E
Octal 161 51 131 0 100 25 70 500 57 36
Binary 1110001 101001 1011001 0 1000000 10101 111000 101000000 101111 11110

Color Harmonies of #712959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712959

Black with #712959

Text Example


Text Example

White with #712959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712959; }

 p { color: rgb(113,41,89); }

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

background-color css

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

 a { background-color: rgb(113,41,89); }

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

border-color css

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

 span { border-color: rgb(113,41,89); }

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