Html Css Color HEX #50043F Tyrian Purple

📋 copy color: '#50043F'

red 80 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #50043F

Tints of Tyrian Purple #50043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42.86%

R = 54.42%
G = 2.72%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50043F (or 0x50043F) is known color: Tyrian Purple. HEX triplet: 50, 04 and 3F. RGB value is (80,4,63). Sum of RGB (Red+Green+Blue) = 80+4+63=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #50043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043F is #AFFBC0. Grayscale: #212121. Windows color (decimal): -11533249 or 4129872. OLE color: 4129872.

HSL color Cylindrical-coordinate representation of color #50043F: hue angle of 313.42º 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 #50043F is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 63 -
CMYK 0 0.95 0.21 0.69
HSL 313.42º 0.9% 0.16% -
HSV(B) 313.42º 0.95% 0.31% -
XYZ 4.25 2.15 4.89 -
YUV 33.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 80 4 63 0 0.95 0.21 0.69 313.42 0.9 0.16
Hex 50 4 3F 0 5F 15 45 139 5A 10
Octal 120 4 77 0 137 25 105 471 132 20
Binary 1010000 100 111111 0 1011111 10101 1000101 100111001 1011010 10000

Color Harmonies of #50043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50043F

Black with #50043F

Text Example


Text Example

White with #50043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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