Html Css Color HEX #50084A Tyrian Purple

📋 copy color: '#50084A'

red 80 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #50084A

Tints of Tyrian Purple #50084A

RGB

 RED value IS 80 (31.64% from 255) = 49.38%

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

 BLUE value IS 74 (29.3% from 255) = 45.68%

R = 49.38%
G = 4.94%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50084A (or 0x50084A) is known color: Tyrian Purple. HEX triplet: 50, 08 and 4A. RGB value is (80,8,74). Sum of RGB (Red+Green+Blue) = 80+8+74=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50084A is #AFF7B5. Grayscale: #242424. Windows color (decimal): -11532214 or 4851792. OLE color: 4851792.

HSL color Cylindrical-coordinate representation of color #50084A: hue angle of 305º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50084A is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 74 -
CMYK 0 0.90 0.08 0.69
HSL 305º 0.82% 0.17% -
HSV(B) 305º 0.9% 0.31% -
XYZ 4.63 2.37 6.69 -
YUV 37.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 80 8 74 0 0.90 0.08 0.69 305 0.82 0.17
Hex 50 8 4A 0 5A 8 45 131 52 11
Octal 120 10 112 0 132 10 105 461 122 21
Binary 1010000 1000 1001010 0 1011010 1000 1000101 100110001 1010010 10001

Color Harmonies of #50084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50084A

Black with #50084A

Text Example


Text Example

White with #50084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,8,74); }

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

background-color css

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

 a { background-color: rgb(80,8,74); }

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

border-color css

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

 span { border-color: rgb(80,8,74); }

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