Html Css Color HEX #50013F Tyrian Purple

📋 copy color: '#50013F'

red 80 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #50013F

Tints of Tyrian Purple #50013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.75%

R = 55.56%
G = 0.69%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50013F (or 0x50013F) is known color: Tyrian Purple. HEX triplet: 50, 01 and 3F. RGB value is (80,1,63). Sum of RGB (Red+Green+Blue) = 80+1+63=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50013F is #AFFEC0. Grayscale: #1F1F1F. Windows color (decimal): -11534017 or 4129104. OLE color: 4129104.

HSL color Cylindrical-coordinate representation of color #50013F: hue angle of 312.91º 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 #50013F is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 63 -
CMYK 0 0.99 0.21 0.69
HSL 312.91º 0.98% 0.16% -
HSV(B) 312.91º 0.99% 0.31% -
XYZ 4.22 2.09 4.88 -
YUV 31.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 80 1 63 0 0.99 0.21 0.69 312.91 0.98 0.16
Hex 50 1 3F 0 63 15 45 139 62 10
Octal 120 1 77 0 143 25 105 471 142 20
Binary 1010000 1 111111 0 1100011 10101 1000101 100111001 1100010 10000

Color Harmonies of #50013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50013F

Black with #50013F

Text Example


Text Example

White with #50013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50013F; }

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

 H1.HeaderClassName
 {
   color: #50013F;
 }
 .AnyTagClassName
 {
   color: #50013F;
 }
</style>

background-color css

<style>
 a { background-color: #50013F; }

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

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

border-color css

<style>
 span { border-color: #50013F; }

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

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