Html Css Color HEX #50013B Tyrian Purple

📋 copy color: '#50013B'

red 80 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #50013B

Tints of Tyrian Purple #50013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 42.14%

R = 57.14%
G = 0.71%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50013B (or 0x50013B) is known color: Tyrian Purple. HEX triplet: 50, 01 and 3B. RGB value is (80,1,59). Sum of RGB (Red+Green+Blue) = 80+1+59=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50013B is #AFFEC4. Grayscale: #1F1F1F. Windows color (decimal): -11534021 or 3866960. OLE color: 3866960.

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

Color convert

RGB 80 1 59 -
CMYK 0 0.99 0.26 0.69
HSL 315.95º 0.98% 0.16% -
HSV(B) 315.95º 0.99% 0.31% -
XYZ 4.11 2.04 4.32 -
YUV 31.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 80 1 59 0 0.99 0.26 0.69 315.95 0.98 0.16
Hex 50 1 3B 0 63 1A 45 13C 62 10
Octal 120 1 73 0 143 32 105 474 142 20
Binary 1010000 1 111011 0 1100011 11010 1000101 100111100 1100010 10000

Color Harmonies of #50013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50013B

Black with #50013B

Text Example


Text Example

White with #50013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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