#71033C

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

Shades of Tyrian Purple #71033C

Tints of Tyrian Purple #71033C

Color information

#71033C (or 0x71033C) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 3C. RGB value is (113,3,60). Sum of RGB (Red+Green+Blue) = 113+3+60=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71033C is #8EFCC3. Grayscale: #2A2A2A. Windows color (decimal): -9370820 or 3933041. OLE color: 3933041.

HSL color Cylindrical-coordinate representation of color #71033C: hue angle of 328.91º 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 #71033C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB113360-
CMYK00.970.470.56
HSL328.91º94.83%22.75%-
HSV(B)328.91º97.35%44.31%-
XYZ7.663.94.62-
YUV42.39137.94178.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.20%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=64.20%
G=1.70%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11336000.970.470.56328.9194.8322.75
Hex7133C0612F381495f17
Octal1613740141577051113727
Binary11100011111110001100001101111111000101001001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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