Html Css Color HEX #73073C Tyrian Purple

📋 copy color: '#73073C'

red 115 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #73073C

Tints of Tyrian Purple #73073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

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

R = 63.19%
G = 3.85%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73073C (or 0x73073C) is known color: Tyrian Purple. HEX triplet: 73, 07 and 3C. RGB value is (115,7,60). Sum of RGB (Red+Green+Blue) = 115+7+60=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73073C is #8CF8C3. Grayscale: #2D2D2D. Windows color (decimal): -9238724 or 3934067. OLE color: 3934067.

HSL color Cylindrical-coordinate representation of color #73073C: hue angle of 330.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73073C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 60 -
CMYK 0 0.94 0.48 0.55
HSL 330.56º 0.89% 0.24% -
HSV(B) 330.56º 0.94% 0.45% -
XYZ 7.96 4.12 4.65 -
YUV 45.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 115 7 60 0 0.94 0.48 0.55 330.56 0.89 0.24
Hex 73 7 3C 0 5E 30 37 14B 59 18
Octal 163 7 74 0 136 60 67 513 131 30
Binary 1110011 111 111100 0 1011110 110000 110111 101001011 1011001 11000

Color Harmonies of #73073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73073C

Black with #73073C

Text Example


Text Example

White with #73073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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