Html Css Color HEX #50003D Tyrian Purple

📋 copy color: '#50003D'

red 80 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #50003D

Tints of Tyrian Purple #50003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.26%

R = 56.74%
G = 0%
B = 43.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50003D (or 0x50003D) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3D. RGB value is (80,0,61). Sum of RGB (Red+Green+Blue) = 80+0+61=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003D is #AFFFC2. Grayscale: #1E1E1E. Windows color (decimal): -11534275 or 3997776. OLE color: 3997776.

HSL color Cylindrical-coordinate representation of color #50003D: hue angle of 314.25º 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 #50003D is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 61 -
CMYK 0 1 0.24 0.69
HSL 314.25º 1% 0.16% -
HSV(B) 314.25º 1% 0.31% -
XYZ 4.15 2.04 4.59 -
YUV 30.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 80 0 61 0 1 0.24 0.69 314.25 1 0.16
Hex 50 0 3D 0 64 18 45 13A 64 10
Octal 120 0 75 0 144 30 105 472 144 20
Binary 1010000 0 111101 0 1100100 11000 1000101 100111010 1100100 10000

Color Harmonies of #50003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50003D

Black with #50003D

Text Example


Text Example

White with #50003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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