Html Css Color HEX #710B50 Tyrian Purple

📋 copy color: '#710B50'

red 113 ◦ green 11 ◦ blue 80

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

Shades of Tyrian Purple #710B50

Tints of Tyrian Purple #710B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 55.39%
G = 5.39%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#710B50 (or 0x710B50) is known color: Tyrian Purple. HEX triplet: 71, 0B and 50. RGB value is (113,11,80). Sum of RGB (Red+Green+Blue) = 113+11+80=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B50 is #8EF4AF. Grayscale: #313131. Windows color (decimal): -9368752 or 5245809. OLE color: 5245809.

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

Color convert

RGB 113 11 80 -
CMYK 0 0.90 0.29 0.56
HSL 319.41º 0.82% 0.24% -
HSV(B) 319.41º 0.9% 0.44% -
XYZ 8.38 4.33 7.98 -
YUV 49.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 113 11 80 0 0.90 0.29 0.56 319.41 0.82 0.24
Hex 71 B 50 0 5A 1D 38 13F 52 18
Octal 161 13 120 0 132 35 70 477 122 30
Binary 1110001 1011 1010000 0 1011010 11101 111000 100111111 1010010 11000

Color Harmonies of #710B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B50

Black with #710B50

Text Example


Text Example

White with #710B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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