#710339

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

Shades of Tyrian Purple #710339

Tints of Tyrian Purple #710339

Color information

#710339 (or 0x710339) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 39. RGB value is (113,3,57). Sum of RGB (Red+Green+Blue) = 113+3+57=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #710339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710339 is #8EFCC6. Grayscale: #292929. Windows color (decimal): -9370823 or 3736433. OLE color: 3736433.

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

Color convert

RGB113357-
CMYK00.970.500.56
HSL330.55º94.83%22.75%-
HSV(B)330.55º97.35%44.31%-
XYZ7.583.874.22-
YUV42.05136.44178.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=65.32%
G=1.73%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335700.970.500.56330.5594.8322.75
Hex71339061323814b5f17
Octal1613710141627051313727
Binary11100011111100101100001110010111000101001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710339; }

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

 H1.HeaderClassName
 {
   color: #710339;
 }
 .AnyTagClassName
 {
   color: #710339;
 }
</style>
background-color css

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

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

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

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

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

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