#710337

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

Shades of Tyrian Purple #710337

Tints of Tyrian Purple #710337

Color information

#710337 (or 0x710337) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 37. RGB value is (113,3,55). Sum of RGB (Red+Green+Blue) = 113+3+55=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #710337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710337 is #8EFCC8. Grayscale: #292929. Windows color (decimal): -9370825 or 3605361. OLE color: 3605361.

HSL color Cylindrical-coordinate representation of color #710337: hue angle of 331.64º 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 #710337 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB113355-
CMYK00.970.510.56
HSL331.64º94.83%22.75%-
HSV(B)331.64º97.35%44.31%-
XYZ7.533.853.96-
YUV41.82135.44178.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=66.08%
G=1.75%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335500.970.510.56331.6494.8322.75
Hex71337061333814c5f17
Octal1613670141637051413727
Binary11100011111011101100001110011111000101001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710337; }

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

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

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

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

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

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

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

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