Html Css Color HEX #73053A Tyrian Purple

📋 copy color: '#73053A'

red 115 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #73053A

Tints of Tyrian Purple #73053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

 BLUE value IS 58 (23.05% from 255) = 32.58%

R = 64.61%
G = 2.81%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73053A (or 0x73053A) is known color: Tyrian Purple. HEX triplet: 73, 05 and 3A. RGB value is (115,5,58). Sum of RGB (Red+Green+Blue) = 115+5+58=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73053A is #8CFAC5. Grayscale: #2B2B2B. Windows color (decimal): -9239238 or 3802483. OLE color: 3802483.

HSL color Cylindrical-coordinate representation of color #73053A: hue angle of 331.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73053A is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 58 -
CMYK 0 0.96 0.50 0.55
HSL 331.09º 0.92% 0.24% -
HSV(B) 331.09º 0.96% 0.45% -
XYZ 7.89 4.06 4.37 -
YUV 43.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 115 5 58 0 0.96 0.50 0.55 331.09 0.92 0.24
Hex 73 5 3A 0 60 32 37 14B 5C 18
Octal 163 5 72 0 140 62 67 513 134 30
Binary 1110011 101 111010 0 1100000 110010 110111 101001011 1011100 11000

Color Harmonies of #73053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73053A

Black with #73053A

Text Example


Text Example

White with #73053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73053A; }

 p { color: rgb(115,5,58); }

 H1.HeaderClassName
 {
   color: #73053A;
 }
 .AnyTagClassName
 {
   color: #73053A;
 }
</style>

background-color css

<style>
 a { background-color: #73053A; }

 a { background-color: rgb(115,5,58); }

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

border-color css

<style>
 span { border-color: #73053A; }

 span { border-color: rgb(115,5,58); }

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