#73003D

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

Shades of Tyrian Purple #73003D

Tints of Tyrian Purple #73003D

Color information

#73003D (or 0x73003D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 3D. RGB value is (115,0,61). Sum of RGB (Red+Green+Blue) = 115+0+61=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003D is #8CFFC2. Grayscale: #292929. Windows color (decimal): -9240515 or 3997811. OLE color: 3997811.

HSL color Cylindrical-coordinate representation of color #73003D: hue angle of 328.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73003D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB115061-
CMYK010.470.55
HSL328.17º100%22.55%-
HSV(B)328.17º100%45.1%-
XYZ7.913.984.77-
YUV41.34139.1180.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=65.34%
G=0%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115061010.470.55328.1710022.55
Hex7303D0642F371486417
Octal1630750144576751014427
Binary1110011011110101100100101111110111101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,0,61); }

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

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

 a { background-color: rgb(115,0,61); }

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

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

 span { border-color: rgb(115,0,61); }

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