Html Css Color HEX #73024E Tyrian Purple

📋 copy color: '#73024E'

red 115 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #73024E

Tints of Tyrian Purple #73024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 58.97%
G = 1.03%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#73024E (or 0x73024E) is known color: Tyrian Purple. HEX triplet: 73, 02 and 4E. RGB value is (115,2,78). Sum of RGB (Red+Green+Blue) = 115+2+78=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73024E is #8CFDB1. Grayscale: #2C2C2C. Windows color (decimal): -9239986 or 5112435. OLE color: 5112435.

HSL color Cylindrical-coordinate representation of color #73024E: hue angle of 319.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73024E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 78 -
CMYK 0 0.98 0.32 0.55
HSL 319.65º 0.97% 0.23% -
HSV(B) 319.65º 0.98% 0.45% -
XYZ 8.47 4.24 7.58 -
YUV 44.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 115 2 78 0 0.98 0.32 0.55 319.65 0.97 0.23
Hex 73 2 4E 0 62 20 37 140 61 17
Octal 163 2 116 0 142 40 67 500 141 27
Binary 1110011 10 1001110 0 1100010 100000 110111 101000000 1100001 10111

Color Harmonies of #73024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73024E

Black with #73024E

Text Example


Text Example

White with #73024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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