#71013B

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

Shades of Tyrian Purple #71013B

Tints of Tyrian Purple #71013B

Color information

#71013B (or 0x71013B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 01 and 3B. RGB value is (113,1,59). Sum of RGB (Red+Green+Blue) = 113+1+59=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71013B is #8EFEC4. Grayscale: #282828. Windows color (decimal): -9371333 or 3866993. OLE color: 3866993.

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

Color convert

RGB113159-
CMYK00.990.480.56
HSL328.93º98.25%22.35%-
HSV(B)328.93º99.12%44.31%-
XYZ7.613.854.48-
YUV41.1138.11179.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=65.32%
G=0.58%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11315900.990.480.56328.9398.2522.35
Hex7113B06330381496216
Octal1611730143607051114226
Binary1110001111101101100011110000111000101001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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