Html Css Color HEX #50004A Tyrian Purple

📋 copy color: '#50004A'

red 80 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #50004A

Tints of Tyrian Purple #50004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.95%
G = 0%
B = 48.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50004A (or 0x50004A) is known color: Tyrian Purple. HEX triplet: 50, 00 and 4A. RGB value is (80,0,74). Sum of RGB (Red+Green+Blue) = 80+0+74=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #50004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50004A is #AFFFB5. Grayscale: #202020. Windows color (decimal): -11534262 or 4849744. OLE color: 4849744.

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

Color convert

RGB 80 0 74 -
CMYK 0 1 0.08 0.69
HSL 304.5º 1% 0.16% -
HSV(B) 304.5º 1% 0.31% -
XYZ 4.54 2.2 6.66 -
YUV 32.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 80 0 74 0 1 0.08 0.69 304.5 1 0.16
Hex 50 0 4A 0 64 8 45 130 64 10
Octal 120 0 112 0 144 10 105 460 144 20
Binary 1010000 0 1001010 0 1100100 1000 1000101 100110000 1100100 10000

Color Harmonies of #50004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50004A

Black with #50004A

Text Example


Text Example

White with #50004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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