#710937

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

Shades of Tyrian Purple #710937

Tints of Tyrian Purple #710937

Color information

#710937 (or 0x710937) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 37. RGB value is (113,9,55). Sum of RGB (Red+Green+Blue) = 113+9+55=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #710937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710937 is #8EF6C8. Grayscale: #2D2D2D. Windows color (decimal): -9369289 or 3606897. OLE color: 3606897.

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

Color convert

RGB113955-
CMYK00.920.510.56
HSL333.46º85.25%23.92%-
HSV(B)333.46º92.04%44.31%-
XYZ7.63.983.98-
YUV45.34133.46176.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=63.84%
G=5.08%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11395500.920.510.56333.4685.2523.92
Hex7193705C333814d5518
Octal16111670134637051512530
Binary1110001100111011101011100110011111000101001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710937; }

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

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

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

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

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

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

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

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