Html Css Color HEX #50034A Tyrian Purple

📋 copy color: '#50034A'

red 80 ◦ green 3 ◦ blue 74

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

Shades of Tyrian Purple #50034A

Tints of Tyrian Purple #50034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 50.96%
G = 1.91%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50034A (or 0x50034A) is known color: Tyrian Purple. HEX triplet: 50, 03 and 4A. RGB value is (80,3,74). Sum of RGB (Red+Green+Blue) = 80+3+74=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50034A is #AFFCB5. Grayscale: #212121. Windows color (decimal): -11533494 or 4850512. OLE color: 4850512.

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

Color convert

RGB 80 3 74 -
CMYK 0 0.96 0.08 0.69
HSL 304.68º 0.93% 0.16% -
HSV(B) 304.68º 0.96% 0.31% -
XYZ 4.58 2.27 6.67 -
YUV 34.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 80 3 74 0 0.96 0.08 0.69 304.68 0.93 0.16
Hex 50 3 4A 0 60 8 45 131 5D 10
Octal 120 3 112 0 140 10 105 461 135 20
Binary 1010000 11 1001010 0 1100000 1000 1000101 100110001 1011101 10000

Color Harmonies of #50034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50034A

Black with #50034A

Text Example


Text Example

White with #50034A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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