Html Css Color HEX #73004E Tyrian Purple

📋 copy color: '#73004E'

red 115 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #73004E

Tints of Tyrian Purple #73004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 59.59%
G = 0%
B = 40.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73004E (or 0x73004E) is known color: Tyrian Purple. HEX triplet: 73, 00 and 4E. RGB value is (115,0,78). Sum of RGB (Red+Green+Blue) = 115+0+78=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73004E is #8CFFB1. Grayscale: #2B2B2B. Windows color (decimal): -9240498 or 5111923. OLE color: 5111923.

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

Color convert

RGB 115 0 78 -
CMYK 0 1 0.32 0.55
HSL 319.3º 1% 0.23% -
HSV(B) 319.3º 1% 0.45% -
XYZ 8.45 4.19 7.57 -
YUV 43.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 115 0 78 0 1 0.32 0.55 319.3 1 0.23
Hex 73 0 4E 0 64 20 37 13F 64 17
Octal 163 0 116 0 144 40 67 477 144 27
Binary 1110011 0 1001110 0 1100100 100000 110111 100111111 1100100 10111

Color Harmonies of #73004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73004E

Black with #73004E

Text Example


Text Example

White with #73004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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