Html Css Color HEX #712159 Palatinate Purple

📋 copy color: '#712159'

red 113 ◦ green 33 ◦ blue 89

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

Shades of Palatinate Purple #712159

Tints of Palatinate Purple #712159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

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

R = 48.09%
G = 14.04%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#712159 (or 0x712159) is known color: Palatinate Purple. HEX triplet: 71, 21 and 59. RGB value is (113,33,89). Sum of RGB (Red+Green+Blue) = 113+33+89=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712159 is #8EDEA6. Grayscale: #3F3F3F. Windows color (decimal): -9363111 or 5841265. OLE color: 5841265.

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

Color convert

RGB 113 33 89 -
CMYK 0 0.71 0.21 0.56
HSL 318º 0.55% 0.29% -
HSV(B) 318º 0.71% 0.44% -
XYZ 9.16 5.32 10 -
YUV 63.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 113 33 89 0 0.71 0.21 0.56 318 0.55 0.29
Hex 71 21 59 0 47 15 38 13E 37 1D
Octal 161 41 131 0 107 25 70 476 67 35
Binary 1110001 100001 1011001 0 1000111 10101 111000 100111110 110111 11101

Color Harmonies of #712159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712159

Black with #712159

Text Example


Text Example

White with #712159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712159; }

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

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

background-color css

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

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

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

border-color css

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

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

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