Html Css Color HEX #710139 Tyrian Purple

📋 copy color: '#710139'

red 113 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #710139

Tints of Tyrian Purple #710139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 57 (22.66% from 255) = 33.33%

R = 66.08%
G = 0.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#710139 (or 0x710139) is known color: Tyrian Purple. HEX triplet: 71, 01 and 39. RGB value is (113,1,57). Sum of RGB (Red+Green+Blue) = 113+1+57=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710139 is #8EFEC6. Grayscale: #282828. Windows color (decimal): -9371335 or 3735921. OLE color: 3735921.

HSL color Cylindrical-coordinate representation of color #710139: hue angle of 330º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710139 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 57 -
CMYK 0 0.99 0.50 0.56
HSL 330º 0.98% 0.22% -
HSV(B) 330º 0.99% 0.44% -
XYZ 7.56 3.83 4.21 -
YUV 40.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 113 1 57 0 0.99 0.50 0.56 330 0.98 0.22
Hex 71 1 39 0 63 32 38 14A 62 16
Octal 161 1 71 0 143 62 70 512 142 26
Binary 1110001 1 111001 0 1100011 110010 111000 101001010 1100010 10110

Color Harmonies of #710139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710139

Black with #710139

Text Example


Text Example

White with #710139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710139; }

 p { color: rgb(113,1,57); }

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

background-color css

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

 a { background-color: rgb(113,1,57); }

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

border-color css

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

 span { border-color: rgb(113,1,57); }

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