Html Css Color HEX #73013A Tyrian Purple

📋 copy color: '#73013A'

red 115 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #73013A

Tints of Tyrian Purple #73013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 66.09%
G = 0.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73013A (or 0x73013A) is known color: Tyrian Purple. HEX triplet: 73, 01 and 3A. RGB value is (115,1,58). Sum of RGB (Red+Green+Blue) = 115+1+58=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73013A is #8CFEC5. Grayscale: #292929. Windows color (decimal): -9240262 or 3801459. OLE color: 3801459.

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

Color convert

RGB 115 1 58 -
CMYK 0 0.99 0.50 0.55
HSL 330º 0.98% 0.23% -
HSV(B) 330º 0.99% 0.45% -
XYZ 7.84 3.97 4.36 -
YUV 41.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 115 1 58 0 0.99 0.50 0.55 330 0.98 0.23
Hex 73 1 3A 0 63 32 37 14A 62 17
Octal 163 1 72 0 143 62 67 512 142 27
Binary 1110011 1 111010 0 1100011 110010 110111 101001010 1100010 10111

Color Harmonies of #73013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73013A

Black with #73013A

Text Example


Text Example

White with #73013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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