#710039

Color #710039 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #710039

Tints of Tyrian Purple #710039

Color information

#710039 (or 0x710039) is unknown color: approx 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

RGB113057-
CMYK010.500.56
HSL329.73º100%22.16%-
HSV(B)329.73º100%44.31%-
XYZ7.553.814.21-
YUV40.28137.44179.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113057010.500.56329.7310022.16
Hex71039064323814a6416
Octal1610710144627051214426
Binary1110001011100101100100110010111000101001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>