Html Css Color HEX #73083A Tyrian Purple

📋 copy color: '#73083A'

red 115 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #73083A

Tints of Tyrian Purple #73083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

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

R = 63.54%
G = 4.42%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#73083A (or 0x73083A) is known color: Tyrian Purple. HEX triplet: 73, 08 and 3A. RGB value is (115,8,58). Sum of RGB (Red+Green+Blue) = 115+8+58=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73083A is #8CF7C5. Grayscale: #2D2D2D. Windows color (decimal): -9238470 or 3803251. OLE color: 3803251.

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

Color convert

RGB 115 8 58 -
CMYK 0 0.93 0.50 0.55
HSL 331.96º 0.87% 0.24% -
HSV(B) 331.96º 0.93% 0.45% -
XYZ 7.92 4.12 4.38 -
YUV 45.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 115 8 58 0 0.93 0.50 0.55 331.96 0.87 0.24
Hex 73 8 3A 0 5D 32 37 14C 57 18
Octal 163 10 72 0 135 62 67 514 127 30
Binary 1110011 1000 111010 0 1011101 110010 110111 101001100 1010111 11000

Color Harmonies of #73083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73083A

Black with #73083A

Text Example


Text Example

White with #73083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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