Html Css Color HEX #73013C Tyrian Purple

📋 copy color: '#73013C'

red 115 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #73013C

Tints of Tyrian Purple #73013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 65.34%
G = 0.57%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73013C (or 0x73013C) is known color: Tyrian Purple. HEX triplet: 73, 01 and 3C. RGB value is (115,1,60). Sum of RGB (Red+Green+Blue) = 115+1+60=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73013C is #8CFEC3. Grayscale: #292929. Windows color (decimal): -9240260 or 3932531. OLE color: 3932531.

HSL color Cylindrical-coordinate representation of color #73013C: hue angle of 328.95º 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 #73013C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 60 -
CMYK 0 0.99 0.48 0.55
HSL 328.95º 0.98% 0.23% -
HSV(B) 328.95º 0.99% 0.45% -
XYZ 7.9 3.99 4.63 -
YUV 41.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 115 1 60 0 0.99 0.48 0.55 328.95 0.98 0.23
Hex 73 1 3C 0 63 30 37 149 62 17
Octal 163 1 74 0 143 60 67 511 142 27
Binary 1110011 1 111100 0 1100011 110000 110111 101001001 1100010 10111

Color Harmonies of #73013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73013C

Black with #73013C

Text Example


Text Example

White with #73013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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