#71033B

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

Shades of Tyrian Purple #71033B

Tints of Tyrian Purple #71033B

Color information

#71033B (or 0x71033B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 3B. RGB value is (113,3,59). Sum of RGB (Red+Green+Blue) = 113+3+59=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71033B is #8EFCC4. Grayscale: #2A2A2A. Windows color (decimal): -9370821 or 3867505. OLE color: 3867505.

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

Color convert

RGB113359-
CMYK00.970.480.56
HSL329.45º94.83%22.75%-
HSV(B)329.45º97.35%44.31%-
XYZ7.633.894.49-
YUV42.27137.44178.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=64.57%
G=1.71%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11335900.970.480.56329.4594.8322.75
Hex7133B06130381495f17
Octal1613730141607051113727
Binary11100011111101101100001110000111000101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71033B; }

 p { color: rgb(113,3,59); }

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

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

 a { background-color: rgb(113,3,59); }

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

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

 span { border-color: rgb(113,3,59); }

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