Html Css Color HEX #710C5F Palatinate Purple

📋 copy color: '#710C5F'

red 113 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #710C5F

Tints of Palatinate Purple #710C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 51.36%
G = 5.45%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#710C5F (or 0x710C5F) is known color: Palatinate Purple. HEX triplet: 71, 0C and 5F. RGB value is (113,12,95). Sum of RGB (Red+Green+Blue) = 113+12+95=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C5F is #8EF3A0. Grayscale: #333333. Windows color (decimal): -9368481 or 6229105. OLE color: 6229105.

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

Color convert

RGB 113 12 95 -
CMYK 0 0.89 0.16 0.56
HSL 310.69º 0.81% 0.25% -
HSV(B) 310.69º 0.89% 0.44% -
XYZ 9.01 4.6 11.24 -
YUV 51.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 113 12 95 0 0.89 0.16 0.56 310.69 0.81 0.25
Hex 71 C 5F 0 59 10 38 137 51 19
Octal 161 14 137 0 131 20 70 467 121 31
Binary 1110001 1100 1011111 0 1011001 10000 111000 100110111 1010001 11001

Color Harmonies of #710C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C5F

Black with #710C5F

Text Example


Text Example

White with #710C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,12,95); }

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

background-color css

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

 a { background-color: rgb(113,12,95); }

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

border-color css

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

 span { border-color: rgb(113,12,95); }

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