Html Css Color HEX #50003F Tyrian Purple

📋 copy color: '#50003F'

red 80 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #50003F

Tints of Tyrian Purple #50003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.94%
G = 0%
B = 44.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50003F (or 0x50003F) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3F. RGB value is (80,0,63). Sum of RGB (Red+Green+Blue) = 80+0+63=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003F is #AFFFC0. Grayscale: #1E1E1E. Windows color (decimal): -11534273 or 4128848. OLE color: 4128848.

HSL color Cylindrical-coordinate representation of color #50003F: hue angle of 312.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50003F is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 63 -
CMYK 0 1 0.21 0.69
HSL 312.75º 1% 0.16% -
HSV(B) 312.75º 1% 0.31% -
XYZ 4.21 2.06 4.88 -
YUV 31.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 80 0 63 0 1 0.21 0.69 312.75 1 0.16
Hex 50 0 3F 0 64 15 45 139 64 10
Octal 120 0 77 0 144 25 105 471 144 20
Binary 1010000 0 111111 0 1100100 10101 1000101 100111001 1100100 10000

Color Harmonies of #50003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50003F

Black with #50003F

Text Example


Text Example

White with #50003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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