Html Css Color HEX #50034E Tyrian Purple

📋 copy color: '#50034E'

red 80 ◦ green 3 ◦ blue 78

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

Shades of Tyrian Purple #50034E

Tints of Tyrian Purple #50034E

RGB

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

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

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

R = 49.69%
G = 1.86%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.69

RGB Variations

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

Color information

#50034E (or 0x50034E) is known color: Tyrian Purple. HEX triplet: 50, 03 and 4E. RGB value is (80,3,78). Sum of RGB (Red+Green+Blue) = 80+3+78=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #50034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50034E is #AFFCB1. Grayscale: #222222. Windows color (decimal): -11533490 or 5112656. OLE color: 5112656.

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

Color convert

RGB 80 3 78 -
CMYK 0 0.96 0.02 0.69
HSL 301.56º 0.93% 0.16% -
HSV(B) 301.56º 0.96% 0.31% -
XYZ 4.72 2.32 7.41 -
YUV 34.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 80 3 78 0 0.96 0.02 0.69 301.56 0.93 0.16
Hex 50 3 4E 0 60 2 45 12E 5D 10
Octal 120 3 116 0 140 2 105 456 135 20
Binary 1010000 11 1001110 0 1100000 10 1000101 100101110 1011101 10000

Color Harmonies of #50034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50034E

Black with #50034E

Text Example


Text Example

White with #50034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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