Html Css Color HEX #73053F Tyrian Purple

📋 copy color: '#73053F'

red 115 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #73053F

Tints of Tyrian Purple #73053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.43%

R = 62.84%
G = 2.73%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73053F (or 0x73053F) is known color: Tyrian Purple. HEX triplet: 73, 05 and 3F. RGB value is (115,5,63). Sum of RGB (Red+Green+Blue) = 115+5+63=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73053F is #8CFAC0. Grayscale: #2C2C2C. Windows color (decimal): -9239233 or 4130163. OLE color: 4130163.

HSL color Cylindrical-coordinate representation of color #73053F: hue angle of 328.36º 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 #73053F is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 63 -
CMYK 0 0.96 0.45 0.55
HSL 328.36º 0.92% 0.24% -
HSV(B) 328.36º 0.96% 0.45% -
XYZ 8.02 4.11 5.07 -
YUV 44.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 115 5 63 0 0.96 0.45 0.55 328.36 0.92 0.24
Hex 73 5 3F 0 60 2D 37 148 5C 18
Octal 163 5 77 0 140 55 67 510 134 30
Binary 1110011 101 111111 0 1100000 101101 110111 101001000 1011100 11000

Color Harmonies of #73053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73053F

Black with #73053F

Text Example


Text Example

White with #73053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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