Html Css Color HEX #73004D Tyrian Purple

📋 copy color: '#73004D'

red 115 ◦ green 0 ◦ blue 77

#73004D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #73004D

Tints of Tyrian Purple #73004D

RGB

 RED value IS 115 (45.31% from 255) = 59.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 59.9%
G = 0%
B = 40.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73004D (or 0x73004D) is known color: Tyrian Purple. HEX triplet: 73, 00 and 4D. RGB value is (115,0,77). Sum of RGB (Red+Green+Blue) = 115+0+77=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #73004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73004D is #8CFFB2. Grayscale: #2A2A2A. Windows color (decimal): -9240499 or 5046387. OLE color: 5046387.

HSL color Cylindrical-coordinate representation of color #73004D: hue angle of 319.83º 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 #73004D is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 77 -
CMYK 0 1 0.33 0.55
HSL 319.83º 1% 0.23% -
HSV(B) 319.83º 1% 0.45% -
XYZ 8.41 4.18 7.38 -
YUV 43.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 115 0 77 0 1 0.33 0.55 319.83 1 0.23
Hex 73 0 4D 0 64 21 37 140 64 17
Octal 163 0 115 0 144 41 67 500 144 27
Binary 1110011 0 1001101 0 1100100 100001 110111 101000000 1100100 10111

Color Harmonies of #73004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73004D

Black with #73004D

Text Example


Text Example

White with #73004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73004D;
 }
 .AnyTagClassName
 {
   color: #73004D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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