Html Css Color HEX #710F58 Palatinate Purple

📋 copy color: '#710F58'

red 113 ◦ green 15 ◦ blue 88

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

Shades of Palatinate Purple #710F58

Tints of Palatinate Purple #710F58

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.94%

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

R = 52.31%
G = 6.94%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#710F58 (or 0x710F58) is known color: Palatinate Purple. HEX triplet: 71, 0F and 58. RGB value is (113,15,88). Sum of RGB (Red+Green+Blue) = 113+15+88=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710F58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F58 is #8EF0A7. Grayscale: #343434. Windows color (decimal): -9367720 or 5771121. OLE color: 5771121.

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

Color convert

RGB 113 15 88 -
CMYK 0 0.87 0.22 0.56
HSL 315.31º 0.77% 0.25% -
HSV(B) 315.31º 0.87% 0.44% -
XYZ 8.74 4.56 9.65 -
YUV 52.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 113 15 88 0 0.87 0.22 0.56 315.31 0.77 0.25
Hex 71 F 58 0 57 16 38 13B 4D 19
Octal 161 17 130 0 127 26 70 473 115 31
Binary 1110001 1111 1011000 0 1010111 10110 111000 100111011 1001101 11001

Color Harmonies of #710F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F58

Black with #710F58

Text Example


Text Example

White with #710F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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