Html Css Color HEX #710D61 Palatinate Purple

📋 copy color: '#710D61'

red 113 ◦ green 13 ◦ blue 97

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

Shades of Palatinate Purple #710D61

Tints of Palatinate Purple #710D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 50.67%
G = 5.83%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#710D61 (or 0x710D61) is known color: Palatinate Purple. HEX triplet: 71, 0D and 61. RGB value is (113,13,97). Sum of RGB (Red+Green+Blue) = 113+13+97=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D61 is #8EF29E. Grayscale: #343434. Windows color (decimal): -9368223 or 6360433. OLE color: 6360433.

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

Color convert

RGB 113 13 97 -
CMYK 0 0.88 0.14 0.56
HSL 309.6º 0.79% 0.25% -
HSV(B) 309.6º 0.88% 0.44% -
XYZ 9.11 4.66 11.73 -
YUV 52.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 113 13 97 0 0.88 0.14 0.56 309.6 0.79 0.25
Hex 71 D 61 0 58 E 38 136 4F 19
Octal 161 15 141 0 130 16 70 466 117 31
Binary 1110001 1101 1100001 0 1011000 1110 111000 100110110 1001111 11001

Color Harmonies of #710D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D61

Black with #710D61

Text Example


Text Example

White with #710D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,97); }

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

background-color css

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

 a { background-color: rgb(113,13,97); }

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

border-color css

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

 span { border-color: rgb(113,13,97); }

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