Html Css Color HEX #710D63 Palatinate Purple

📋 copy color: '#710D63'

red 113 ◦ green 13 ◦ blue 99

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

Shades of Palatinate Purple #710D63

Tints of Palatinate Purple #710D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 50.22%
G = 5.78%
B = 44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#710D63 (or 0x710D63) is known color: Palatinate Purple. HEX triplet: 71, 0D and 63. RGB value is (113,13,99). Sum of RGB (Red+Green+Blue) = 113+13+99=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D63 is #8EF29C. Grayscale: #343434. Windows color (decimal): -9368221 or 6491505. OLE color: 6491505.

HSL color Cylindrical-coordinate representation of color #710D63: hue angle of 308.4º 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 #710D63 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 13 99 -
CMYK 0 0.88 0.12 0.56
HSL 308.4º 0.79% 0.25% -
HSV(B) 308.4º 0.88% 0.44% -
XYZ 9.21 4.7 12.23 -
YUV 52.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 113 13 99 0 0.88 0.12 0.56 308.4 0.79 0.25
Hex 71 D 63 0 58 C 38 134 4F 19
Octal 161 15 143 0 130 14 70 464 117 31
Binary 1110001 1101 1100011 0 1011000 1100 111000 100110100 1001111 11001

Color Harmonies of #710D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D63

Black with #710D63

Text Example


Text Example

White with #710D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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