Html Css Color HEX #73083E Tyrian Purple

📋 copy color: '#73083E'

red 115 ◦ green 8 ◦ blue 62

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

Shades of Tyrian Purple #73083E

Tints of Tyrian Purple #73083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 62.16%
G = 4.32%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73083E (or 0x73083E) is known color: Tyrian Purple. HEX triplet: 73, 08 and 3E. RGB value is (115,8,62). Sum of RGB (Red+Green+Blue) = 115+8+62=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73083E is #8CF7C1. Grayscale: #2E2E2E. Windows color (decimal): -9238466 or 4065395. OLE color: 4065395.

HSL color Cylindrical-coordinate representation of color #73083E: hue angle of 329.72º 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 #73083E is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 8 62 -
CMYK 0 0.93 0.46 0.55
HSL 329.72º 0.87% 0.24% -
HSV(B) 329.72º 0.93% 0.45% -
XYZ 8.03 4.17 4.94 -
YUV 46.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 115 8 62 0 0.93 0.46 0.55 329.72 0.87 0.24
Hex 73 8 3E 0 5D 2E 37 14A 57 18
Octal 163 10 76 0 135 56 67 512 127 30
Binary 1110011 1000 111110 0 1011101 101110 110111 101001010 1010111 11000

Color Harmonies of #73083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73083E

Black with #73083E

Text Example


Text Example

White with #73083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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