Html Css Color HEX #50012E Tyrian Purple

📋 copy color: '#50012E'

red 80 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #50012E

Tints of Tyrian Purple #50012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 46 (18.36% from 255) = 36.22%

R = 62.99%
G = 0.79%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50012E (or 0x50012E) is known color: Tyrian Purple. HEX triplet: 50, 01 and 2E. RGB value is (80,1,46). Sum of RGB (Red+Green+Blue) = 80+1+46=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012E is #AFFED1. Grayscale: #1D1D1D. Windows color (decimal): -11534034 or 3014992. OLE color: 3014992.

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

Color convert

RGB 80 1 46 -
CMYK 0 0.99 0.42 0.69
HSL 325.82º 0.98% 0.16% -
HSV(B) 325.82º 0.99% 0.31% -
XYZ 3.81 1.92 2.76 -
YUV 29.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 80 1 46 0 0.99 0.42 0.69 325.82 0.98 0.16
Hex 50 1 2E 0 63 2A 45 146 62 10
Octal 120 1 56 0 143 52 105 506 142 20
Binary 1010000 1 101110 0 1100011 101010 1000101 101000110 1100010 10000

Color Harmonies of #50012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50012E

Black with #50012E

Text Example


Text Example

White with #50012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,1,46); }

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

background-color css

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

 a { background-color: rgb(80,1,46); }

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

border-color css

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

 span { border-color: rgb(80,1,46); }

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