Html Css Color HEX #710B57 Palatinate Purple

📋 copy color: '#710B57'

red 113 ◦ green 11 ◦ blue 87

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

Shades of Palatinate Purple #710B57

Tints of Palatinate Purple #710B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 53.55%
G = 5.21%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710B57 (or 0x710B57) is known color: Palatinate Purple. HEX triplet: 71, 0B and 57. RGB value is (113,11,87). Sum of RGB (Red+Green+Blue) = 113+11+87=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B57 is #8EF4A8. Grayscale: #313131. Windows color (decimal): -9368745 or 5704561. OLE color: 5704561.

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

Color convert

RGB 113 11 87 -
CMYK 0 0.90 0.23 0.56
HSL 315.29º 0.82% 0.24% -
HSV(B) 315.29º 0.9% 0.44% -
XYZ 8.65 4.44 9.42 -
YUV 50.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 113 11 87 0 0.90 0.23 0.56 315.29 0.82 0.24
Hex 71 B 57 0 5A 17 38 13B 52 18
Octal 161 13 127 0 132 27 70 473 122 30
Binary 1110001 1011 1010111 0 1011010 10111 111000 100111011 1010010 11000

Color Harmonies of #710B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B57

Black with #710B57

Text Example


Text Example

White with #710B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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