Html Css Color HEX #712860 Palatinate Purple

📋 copy color: '#712860'

red 113 ◦ green 40 ◦ blue 96

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

Shades of Palatinate Purple #712860

Tints of Palatinate Purple #712860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 45.38%
G = 16.06%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#712860 (or 0x712860) is known color: Palatinate Purple. HEX triplet: 71, 28 and 60. RGB value is (113,40,96). Sum of RGB (Red+Green+Blue) = 113+40+96=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712860 is #8ED79F. Grayscale: #444444. Windows color (decimal): -9361312 or 6301809. OLE color: 6301809.

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

Color convert

RGB 113 40 96 -
CMYK 0 0.65 0.15 0.56
HSL 313.97º 0.48% 0.3% -
HSV(B) 313.97º 0.65% 0.44% -
XYZ 9.68 5.87 11.69 -
YUV 68.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 113 40 96 0 0.65 0.15 0.56 313.97 0.48 0.3
Hex 71 28 60 0 41 F 38 13A 30 1E
Octal 161 50 140 0 101 17 70 472 60 36
Binary 1110001 101000 1100000 0 1000001 1111 111000 100111010 110000 11110

Color Harmonies of #712860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712860

Black with #712860

Text Example


Text Example

White with #712860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712860; }

 p { color: rgb(113,40,96); }

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

background-color css

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

 a { background-color: rgb(113,40,96); }

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

border-color css

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

 span { border-color: rgb(113,40,96); }

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