Html Css Color HEX #710B60 Palatinate Purple

📋 copy color: '#710B60'

red 113 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #710B60

Tints of Palatinate Purple #710B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 51.36%
G = 5%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#710B60 (or 0x710B60) is known color: Palatinate Purple. HEX triplet: 71, 0B and 60. RGB value is (113,11,96). Sum of RGB (Red+Green+Blue) = 113+11+96=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B60 is #8EF49F. Grayscale: #323232. Windows color (decimal): -9368736 or 6294385. OLE color: 6294385.

HSL color Cylindrical-coordinate representation of color #710B60: hue angle of 310º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B60 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 96 -
CMYK 0 0.90 0.15 0.56
HSL 310º 0.82% 0.24% -
HSV(B) 310º 0.9% 0.44% -
XYZ 9.04 4.59 11.48 -
YUV 51.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 113 11 96 0 0.90 0.15 0.56 310 0.82 0.24
Hex 71 B 60 0 5A F 38 136 52 18
Octal 161 13 140 0 132 17 70 466 122 30
Binary 1110001 1011 1100000 0 1011010 1111 111000 100110110 1010010 11000

Color Harmonies of #710B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B60

Black with #710B60

Text Example


Text Example

White with #710B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,96); }

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

background-color css

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

 a { background-color: rgb(113,11,96); }

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

border-color css

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

 span { border-color: rgb(113,11,96); }

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