Html Css Color HEX #50043A Tyrian Purple

📋 copy color: '#50043A'

red 80 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #50043A

Tints of Tyrian Purple #50043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 56.34%
G = 2.82%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50043A (or 0x50043A) is known color: Tyrian Purple. HEX triplet: 50, 04 and 3A. RGB value is (80,4,58). Sum of RGB (Red+Green+Blue) = 80+4+58=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043A is #AFFBC5. Grayscale: #202020. Windows color (decimal): -11533254 or 3802192. OLE color: 3802192.

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

Color convert

RGB 80 4 58 -
CMYK 0 0.95 0.28 0.69
HSL 317.37º 0.9% 0.16% -
HSV(B) 317.37º 0.95% 0.31% -
XYZ 4.12 2.1 4.19 -
YUV 32.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 80 4 58 0 0.95 0.28 0.69 317.37 0.9 0.16
Hex 50 4 3A 0 5F 1C 45 13D 5A 10
Octal 120 4 72 0 137 34 105 475 132 20
Binary 1010000 100 111010 0 1011111 11100 1000101 100111101 1011010 10000

Color Harmonies of #50043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50043A

Black with #50043A

Text Example


Text Example

White with #50043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,58); }

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

background-color css

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

 a { background-color: rgb(80,4,58); }

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

border-color css

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

 span { border-color: rgb(80,4,58); }

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