Html Css Color HEX #710039 Tyrian Purple

📋 copy color: '#710039'

red 113 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #710039

Tints of Tyrian Purple #710039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.47%
G = 0%
B = 33.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#710039 (or 0x710039) is known color: Tyrian Purple. HEX triplet: 71, 00 and 39. RGB value is (113,0,57). Sum of RGB (Red+Green+Blue) = 113+0+57=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #710039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710039 is #8EFFC6. Grayscale: #282828. Windows color (decimal): -9371591 or 3735665. OLE color: 3735665.

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

Color convert

RGB 113 0 57 -
CMYK 0 1 0.50 0.56
HSL 329.73º 1% 0.22% -
HSV(B) 329.73º 1% 0.44% -
XYZ 7.55 3.81 4.21 -
YUV 40.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 113 0 57 0 1 0.50 0.56 329.73 1 0.22
Hex 71 0 39 0 64 32 38 14A 64 16
Octal 161 0 71 0 144 62 70 512 144 26
Binary 1110001 0 111001 0 1100100 110010 111000 101001010 1100100 10110

Color Harmonies of #710039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710039

Black with #710039

Text Example


Text Example

White with #710039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710039; }

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

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

background-color css

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

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

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

border-color css

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

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

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