Html Css Color HEX #712C59 Palatinate Purple

📋 copy color: '#712C59'

red 113 ◦ green 44 ◦ blue 89

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

Shades of Palatinate Purple #712C59

Tints of Palatinate Purple #712C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

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

R = 45.93%
G = 17.89%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#712C59 (or 0x712C59) is known color: Palatinate Purple. HEX triplet: 71, 2C and 59. RGB value is (113,44,89). Sum of RGB (Red+Green+Blue) = 113+44+89=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C59 is #8ED3A6. Grayscale: #454545. Windows color (decimal): -9360295 or 5844081. OLE color: 5844081.

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

Color convert

RGB 113 44 89 -
CMYK 0 0.61 0.21 0.56
HSL 320.87º 0.44% 0.31% -
HSV(B) 320.87º 0.61% 0.44% -
XYZ 9.51 6.03 10.11 -
YUV 69.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 113 44 89 0 0.61 0.21 0.56 320.87 0.44 0.31
Hex 71 2C 59 0 3D 15 38 141 2C 1F
Octal 161 54 131 0 75 25 70 501 54 37
Binary 1110001 101100 1011001 0 111101 10101 111000 101000001 101100 11111

Color Harmonies of #712C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C59

Black with #712C59

Text Example


Text Example

White with #712C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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