#71073D

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

Shades of Tyrian Purple #71073D

Tints of Tyrian Purple #71073D

Color information

#71073D (or 0x71073D) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 3D. RGB value is (113,7,61). Sum of RGB (Red+Green+Blue) = 113+7+61=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71073D is #8EF8C2. Grayscale: #2C2C2C. Windows color (decimal): -9369795 or 3999601. OLE color: 3999601.

HSL color Cylindrical-coordinate representation of color #71073D: hue angle of 329.43º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71073D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB113761-
CMYK00.940.460.56
HSL329.43º88.33%23.53%-
HSV(B)329.43º93.81%44.31%-
XYZ7.7344.78-
YUV44.85137.12176.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=62.43%
G=3.87%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11376100.940.460.56329.4388.3323.53
Hex7173D05E2E381495818
Octal1617750136567051113030
Binary111000111111110101011110101110111000101001001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71073D; }

 p { color: rgb(113,7,61); }

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

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

 a { background-color: rgb(113,7,61); }

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

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

 span { border-color: rgb(113,7,61); }

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