Html Css Color HEX #50003E Tyrian Purple

📋 copy color: '#50003E'

red 80 ◦ green 0 ◦ blue 62

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

Shades of Tyrian Purple #50003E

Tints of Tyrian Purple #50003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 43.66%

R = 56.34%
G = 0%
B = 43.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50003E (or 0x50003E) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3E. RGB value is (80,0,62). Sum of RGB (Red+Green+Blue) = 80+0+62=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003E is #AFFFC1. Grayscale: #1E1E1E. Windows color (decimal): -11534274 or 4063312. OLE color: 4063312.

HSL color Cylindrical-coordinate representation of color #50003E: hue angle of 313.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50003E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 62 -
CMYK 0 1 0.22 0.69
HSL 313.5º 1% 0.16% -
HSV(B) 313.5º 1% 0.31% -
XYZ 4.18 2.05 4.73 -
YUV 30.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 80 0 62 0 1 0.22 0.69 313.5 1 0.16
Hex 50 0 3E 0 64 16 45 13A 64 10
Octal 120 0 76 0 144 26 105 472 144 20
Binary 1010000 0 111110 0 1100100 10110 1000101 100111010 1100100 10000

Color Harmonies of #50003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50003E

Black with #50003E

Text Example


Text Example

White with #50003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,0,62); }

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

background-color css

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

 a { background-color: rgb(80,0,62); }

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

border-color css

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

 span { border-color: rgb(80,0,62); }

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