Html Css Color HEX #712256 Palatinate Purple

📋 copy color: '#712256'

red 113 ◦ green 34 ◦ blue 86

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

Shades of Palatinate Purple #712256

Tints of Palatinate Purple #712256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 48.5%
G = 14.59%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712256 (or 0x712256) is known color: Palatinate Purple. HEX triplet: 71, 22 and 56. RGB value is (113,34,86). Sum of RGB (Red+Green+Blue) = 113+34+86=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712256 is #8EDDA9. Grayscale: #3F3F3F. Windows color (decimal): -9362858 or 5644913. OLE color: 5644913.

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

Color convert

RGB 113 34 86 -
CMYK 0 0.70 0.24 0.56
HSL 320.51º 0.54% 0.29% -
HSV(B) 320.51º 0.7% 0.44% -
XYZ 9.06 5.33 9.35 -
YUV 63.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 113 34 86 0 0.70 0.24 0.56 320.51 0.54 0.29
Hex 71 22 56 0 46 18 38 141 36 1D
Octal 161 42 126 0 106 30 70 501 66 35
Binary 1110001 100010 1010110 0 1000110 11000 111000 101000001 110110 11101

Color Harmonies of #712256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712256

Black with #712256

Text Example


Text Example

White with #712256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712256; }

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

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

background-color css

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

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

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

border-color css

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

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

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