#710D3F

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

Shades of Tyrian Purple #710D3F

Tints of Tyrian Purple #710D3F

Color information

#710D3F (or 0x710D3F) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0D and 3F. RGB value is (113,13,63). Sum of RGB (Red+Green+Blue) = 113+13+63=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #710D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D3F is #8EF2C0. Grayscale: #303030. Windows color (decimal): -9368257 or 4132209. OLE color: 4132209.

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

Color convert

RGB1131363-
CMYK00.880.440.56
HSL330º79.37%24.71%-
HSV(B)330º88.5%44.31%-
XYZ7.854.165.09-
YUV48.6136.13173.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 63 (25% from 255) = 33.33%
R=59.79%
G=6.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113136300.880.440.5633079.3724.71
Hex71D3F0582C3814a4f19
Octal16115770130547051211731
Binary1110001110111111101011000101100111000101001010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710D3F; }

 p { color: rgb(113,13,63); }

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

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

 a { background-color: rgb(113,13,63); }

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

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

 span { border-color: rgb(113,13,63); }

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