Html Css Color HEX #710A58 Palatinate Purple

📋 copy color: '#710A58'

red 113 ◦ green 10 ◦ blue 88

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

Shades of Palatinate Purple #710A58

Tints of Palatinate Purple #710A58

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 53.55%
G = 4.74%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#710A58 (or 0x710A58) is known color: Palatinate Purple. HEX triplet: 71, 0A and 58. RGB value is (113,10,88). Sum of RGB (Red+Green+Blue) = 113+10+88=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A58 is #8EF5A7. Grayscale: #313131. Windows color (decimal): -9369000 or 5769841. OLE color: 5769841.

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

Color convert

RGB 113 10 88 -
CMYK 0 0.91 0.22 0.56
HSL 314.56º 0.84% 0.24% -
HSV(B) 314.56º 0.91% 0.44% -
XYZ 8.68 4.43 9.63 -
YUV 49.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 113 10 88 0 0.91 0.22 0.56 314.56 0.84 0.24
Hex 71 A 58 0 5B 16 38 13B 54 18
Octal 161 12 130 0 133 26 70 473 124 30
Binary 1110001 1010 1011000 0 1011011 10110 111000 100111011 1010100 11000

Color Harmonies of #710A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A58

Black with #710A58

Text Example


Text Example

White with #710A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A58; }

 p { color: rgb(113,10,88); }

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

background-color css

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

 a { background-color: rgb(113,10,88); }

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

border-color css

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

 span { border-color: rgb(113,10,88); }

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