Html Css Color HEX #50044E Tyrian Purple

📋 copy color: '#50044E'

red 80 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #50044E

Tints of Tyrian Purple #50044E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 49.38%
G = 2.47%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50044E (or 0x50044E) is known color: Tyrian Purple. HEX triplet: 50, 04 and 4E. RGB value is (80,4,78). Sum of RGB (Red+Green+Blue) = 80+4+78=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50044E is #AFFBB1. Grayscale: #222222. Windows color (decimal): -11533234 or 5112912. OLE color: 5112912.

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

Color convert

RGB 80 4 78 -
CMYK 0 0.95 0.02 0.69
HSL 301.58º 0.9% 0.16% -
HSV(B) 301.58º 0.95% 0.31% -
XYZ 4.73 2.34 7.41 -
YUV 35.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 80 4 78 0 0.95 0.02 0.69 301.58 0.9 0.16
Hex 50 4 4E 0 5F 2 45 12E 5A 10
Octal 120 4 116 0 137 2 105 456 132 20
Binary 1010000 100 1001110 0 1011111 10 1000101 100101110 1011010 10000

Color Harmonies of #50044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50044E

Black with #50044E

Text Example


Text Example

White with #50044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50044E; }

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

 H1.HeaderClassName
 {
   color: #50044E;
 }
 .AnyTagClassName
 {
   color: #50044E;
 }
</style>

background-color css

<style>
 a { background-color: #50044E; }

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

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

border-color css

<style>
 span { border-color: #50044E; }

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

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