#710737

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

Shades of Tyrian Purple #710737

Tints of Tyrian Purple #710737

Color information

#710737 (or 0x710737) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 37. RGB value is (113,7,55). Sum of RGB (Red+Green+Blue) = 113+7+55=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #710737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710737 is #8EF8C8. Grayscale: #2C2C2C. Windows color (decimal): -9369801 or 3606385. OLE color: 3606385.

HSL color Cylindrical-coordinate representation of color #710737: hue angle of 332.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710737 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB113755-
CMYK00.940.510.56
HSL332.83º88.33%23.53%-
HSV(B)332.83º93.81%44.31%-
XYZ7.583.943.98-
YUV44.17134.12177.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=64.57%
G=4%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11375500.940.510.56332.8388.3323.53
Hex7173705E333814d5818
Octal1617670136637051513030
Binary111000111111011101011110110011111000101001101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710737; }

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

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

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

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

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

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

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

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