#71053F

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

Shades of Tyrian Purple #71053F

Tints of Tyrian Purple #71053F

Color information

#71053F (or 0x71053F) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 3F. RGB value is (113,5,63). Sum of RGB (Red+Green+Blue) = 113+5+63=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71053F is #8EFAC0. Grayscale: #2B2B2B. Windows color (decimal): -9370305 or 4130161. OLE color: 4130161.

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

Color convert

RGB113563-
CMYK00.960.440.56
HSL327.78º91.53%23.14%-
HSV(B)327.78º95.58%44.31%-
XYZ7.763.985.06-
YUV43.9138.78177.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 63 (25% from 255) = 34.81%
R=62.43%
G=2.76%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11356300.960.440.56327.7891.5323.14
Hex7153F0602C381485c17
Octal1615770140547051013427
Binary111000110111111101100000101100111000101001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71053F; }

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

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

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

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

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

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

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

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