Html Css Color HEX #50024D Tyrian Purple

📋 copy color: '#50024D'

red 80 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #50024D

Tints of Tyrian Purple #50024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 50.31%
G = 1.26%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50024D (or 0x50024D) is known color: Tyrian Purple. HEX triplet: 50, 02 and 4D. RGB value is (80,2,77). Sum of RGB (Red+Green+Blue) = 80+2+77=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50024D is #AFFDB2. Grayscale: #212121. Windows color (decimal): -11533747 or 5046864. OLE color: 5046864.

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

Color convert

RGB 80 2 77 -
CMYK 0 0.98 0.04 0.69
HSL 302.31º 0.95% 0.16% -
HSV(B) 302.31º 0.98% 0.31% -
XYZ 4.67 2.28 7.22 -
YUV 33.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 80 2 77 0 0.98 0.04 0.69 302.31 0.95 0.16
Hex 50 2 4D 0 62 4 45 12E 5F 10
Octal 120 2 115 0 142 4 105 456 137 20
Binary 1010000 10 1001101 0 1100010 100 1000101 100101110 1011111 10000

Color Harmonies of #50024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50024D

Black with #50024D

Text Example


Text Example

White with #50024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50024D; }

 p { color: rgb(80,2,77); }

 H1.HeaderClassName
 {
   color: #50024D;
 }
 .AnyTagClassName
 {
   color: #50024D;
 }
</style>

background-color css

<style>
 a { background-color: #50024D; }

 a { background-color: rgb(80,2,77); }

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

border-color css

<style>
 span { border-color: #50024D; }

 span { border-color: rgb(80,2,77); }

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