Html Css Color HEX #50043B Tyrian Purple

📋 copy color: '#50043B'

red 80 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #50043B

Tints of Tyrian Purple #50043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 55.94%
G = 2.8%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50043B (or 0x50043B) is known color: Tyrian Purple. HEX triplet: 50, 04 and 3B. RGB value is (80,4,59). Sum of RGB (Red+Green+Blue) = 80+4+59=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50043B is #AFFBC4. Grayscale: #202020. Windows color (decimal): -11533253 or 3867728. OLE color: 3867728.

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

Color convert

RGB 80 4 59 -
CMYK 0 0.95 0.26 0.69
HSL 316.58º 0.9% 0.16% -
HSV(B) 316.58º 0.95% 0.31% -
XYZ 4.14 2.11 4.33 -
YUV 32.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 80 4 59 0 0.95 0.26 0.69 316.58 0.9 0.16
Hex 50 4 3B 0 5F 1A 45 13D 5A 10
Octal 120 4 73 0 137 32 105 475 132 20
Binary 1010000 100 111011 0 1011111 11010 1000101 100111101 1011010 10000

Color Harmonies of #50043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50043B

Black with #50043B

Text Example


Text Example

White with #50043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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