Html Css Color HEX #50003C Tyrian Purple

📋 copy color: '#50003C'

red 80 ◦ green 0 ◦ blue 60

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

Shades of Tyrian Purple #50003C

Tints of Tyrian Purple #50003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50003C (or 0x50003C) is known color: Tyrian Purple. HEX triplet: 50, 00 and 3C. RGB value is (80,0,60). Sum of RGB (Red+Green+Blue) = 80+0+60=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50003C is #AFFFC3. Grayscale: #1E1E1E. Windows color (decimal): -11534276 or 3932240. OLE color: 3932240.

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

Color convert

RGB 80 0 60 -
CMYK 0 1 0.25 0.69
HSL 315º 1% 0.16% -
HSV(B) 315º 1% 0.31% -
XYZ 4.12 2.03 4.45 -
YUV 30.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 80 0 60 0 1 0.25 0.69 315 1 0.16
Hex 50 0 3C 0 64 19 45 13B 64 10
Octal 120 0 74 0 144 31 105 473 144 20
Binary 1010000 0 111100 0 1100100 11001 1000101 100111011 1100100 10000

Color Harmonies of #50003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50003C

Black with #50003C

Text Example


Text Example

White with #50003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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