Html Css Color HEX #73083B Tyrian Purple

📋 copy color: '#73083B'

red 115 ◦ green 8 ◦ blue 59

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

Shades of Tyrian Purple #73083B

Tints of Tyrian Purple #73083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.42%

R = 63.19%
G = 4.4%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73083B (or 0x73083B) is known color: Tyrian Purple. HEX triplet: 73, 08 and 3B. RGB value is (115,8,59). Sum of RGB (Red+Green+Blue) = 115+8+59=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73083B is #8CF7C4. Grayscale: #2D2D2D. Windows color (decimal): -9238469 or 3868787. OLE color: 3868787.

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

Color convert

RGB 115 8 59 -
CMYK 0 0.93 0.49 0.55
HSL 331.4º 0.87% 0.24% -
HSV(B) 331.4º 0.93% 0.45% -
XYZ 7.95 4.13 4.52 -
YUV 45.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 115 8 59 0 0.93 0.49 0.55 331.4 0.87 0.24
Hex 73 8 3B 0 5D 31 37 14B 57 18
Octal 163 10 73 0 135 61 67 513 127 30
Binary 1110011 1000 111011 0 1011101 110001 110111 101001011 1010111 11000

Color Harmonies of #73083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73083B

Black with #73083B

Text Example


Text Example

White with #73083B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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