Html Css Color HEX #712056 Palatinate Purple

📋 copy color: '#712056'

red 113 ◦ green 32 ◦ blue 86

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

Shades of Palatinate Purple #712056

Tints of Palatinate Purple #712056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 48.92%
G = 13.85%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712056 (or 0x712056) is known color: Palatinate Purple. HEX triplet: 71, 20 and 56. RGB value is (113,32,86). Sum of RGB (Red+Green+Blue) = 113+32+86=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #712056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712056 is #8EDFA9. Grayscale: #3E3E3E. Windows color (decimal): -9363370 or 5644401. OLE color: 5644401.

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

Color convert

RGB 113 32 86 -
CMYK 0 0.72 0.24 0.56
HSL 320º 0.56% 0.28% -
HSV(B) 320º 0.72% 0.44% -
XYZ 9.01 5.22 9.34 -
YUV 62.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 113 32 86 0 0.72 0.24 0.56 320 0.56 0.28
Hex 71 20 56 0 48 18 38 140 38 1C
Octal 161 40 126 0 110 30 70 500 70 34
Binary 1110001 100000 1010110 0 1001000 11000 111000 101000000 111000 11100

Color Harmonies of #712056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712056

Black with #712056

Text Example


Text Example

White with #712056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712056; }

 p { color: rgb(113,32,86); }

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

background-color css

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

 a { background-color: rgb(113,32,86); }

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

border-color css

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

 span { border-color: rgb(113,32,86); }

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