Html Css Color HEX #50053B Tyrian Purple

📋 copy color: '#50053B'

red 80 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #50053B

Tints of Tyrian Purple #50053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 55.56%
G = 3.47%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50053B (or 0x50053B) is known color: Tyrian Purple. HEX triplet: 50, 05 and 3B. RGB value is (80,5,59). Sum of RGB (Red+Green+Blue) = 80+5+59=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50053B is #AFFAC4. Grayscale: #212121. Windows color (decimal): -11532997 or 3867984. OLE color: 3867984.

HSL color Cylindrical-coordinate representation of color #50053B: hue angle of 316.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50053B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 59 -
CMYK 0 0.94 0.26 0.69
HSL 316.8º 0.88% 0.17% -
HSV(B) 316.8º 0.94% 0.31% -
XYZ 4.15 2.13 4.33 -
YUV 33.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 80 5 59 0 0.94 0.26 0.69 316.8 0.88 0.17
Hex 50 5 3B 0 5E 1A 45 13D 58 11
Octal 120 5 73 0 136 32 105 475 130 21
Binary 1010000 101 111011 0 1011110 11010 1000101 100111101 1011000 10001

Color Harmonies of #50053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50053B

Black with #50053B

Text Example


Text Example

White with #50053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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