#710244

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

Shades of Tyrian Purple #710244

Tints of Tyrian Purple #710244

Color information

#710244 (or 0x710244) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 44. RGB value is (113,2,68). Sum of RGB (Red+Green+Blue) = 113+2+68=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710244 is #8EFDBB. Grayscale: #2A2A2A. Windows color (decimal): -9371068 or 4457073. OLE color: 4457073.

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

Color convert

RGB113268-
CMYK00.980.400.56
HSL324.32º96.52%22.55%-
HSV(B)324.32º98.23%44.31%-
XYZ7.883.975.82-
YUV42.71142.27178.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=61.75%
G=1.09%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11326800.980.400.56324.3296.5222.55
Hex7124406228381446117
Octal16121040142507050414127
Binary111000110100010001100010101000111000101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710244; }

 p { color: rgb(113,2,68); }

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

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

 a { background-color: rgb(113,2,68); }

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

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

 span { border-color: rgb(113,2,68); }

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