Html Css Color HEX #710A5B Palatinate Purple

📋 copy color: '#710A5B'

red 113 ◦ green 10 ◦ blue 91

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

Shades of Palatinate Purple #710A5B

Tints of Palatinate Purple #710A5B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 52.8%
G = 4.67%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#710A5B (or 0x710A5B) is known color: Palatinate Purple. HEX triplet: 71, 0A and 5B. RGB value is (113,10,91). Sum of RGB (Red+Green+Blue) = 113+10+91=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5B is #8EF5A4. Grayscale: #313131. Windows color (decimal): -9368997 or 5966449. OLE color: 5966449.

HSL color Cylindrical-coordinate representation of color #710A5B: hue angle of 312.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A5B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 91 -
CMYK 0 0.91 0.19 0.56
HSL 312.82º 0.84% 0.24% -
HSV(B) 312.82º 0.91% 0.44% -
XYZ 8.81 4.48 10.3 -
YUV 50.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 113 10 91 0 0.91 0.19 0.56 312.82 0.84 0.24
Hex 71 A 5B 0 5B 13 38 139 54 18
Octal 161 12 133 0 133 23 70 471 124 30
Binary 1110001 1010 1011011 0 1011011 10011 111000 100111001 1010100 11000

Color Harmonies of #710A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A5B

Black with #710A5B

Text Example


Text Example

White with #710A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,91); }

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

background-color css

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

 a { background-color: rgb(113,10,91); }

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

border-color css

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

 span { border-color: rgb(113,10,91); }

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