Html Css Color HEX #710859 Palatinate Purple

📋 copy color: '#710859'

red 113 ◦ green 8 ◦ blue 89

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

Shades of Palatinate Purple #710859

Tints of Palatinate Purple #710859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 53.81%
G = 3.81%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#710859 (or 0x710859) is known color: Palatinate Purple. HEX triplet: 71, 08 and 59. RGB value is (113,8,89). Sum of RGB (Red+Green+Blue) = 113+8+89=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #710859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710859 is #8EF7A6. Grayscale: #303030. Windows color (decimal): -9369511 or 5834865. OLE color: 5834865.

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

Color convert

RGB 113 8 89 -
CMYK 0 0.93 0.21 0.56
HSL 313.71º 0.87% 0.24% -
HSV(B) 313.71º 0.93% 0.44% -
XYZ 8.7 4.41 9.84 -
YUV 48.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 113 8 89 0 0.93 0.21 0.56 313.71 0.87 0.24
Hex 71 8 59 0 5D 15 38 13A 57 18
Octal 161 10 131 0 135 25 70 472 127 30
Binary 1110001 1000 1011001 0 1011101 10101 111000 100111010 1010111 11000

Color Harmonies of #710859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710859

Black with #710859

Text Example


Text Example

White with #710859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710859; }

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

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

background-color css

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

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

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

border-color css

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

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

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