Html Css Color HEX #50013C Tyrian Purple

📋 copy color: '#50013C'

red 80 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #50013C

Tints of Tyrian Purple #50013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 56.74%
G = 0.71%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50013C (or 0x50013C) is known color: Tyrian Purple. HEX triplet: 50, 01 and 3C. RGB value is (80,1,60). Sum of RGB (Red+Green+Blue) = 80+1+60=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50013C is #AFFEC3. Grayscale: #1F1F1F. Windows color (decimal): -11534020 or 3932496. OLE color: 3932496.

HSL color Cylindrical-coordinate representation of color #50013C: hue angle of 315.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50013C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 60 -
CMYK 0 0.99 0.25 0.69
HSL 315.19º 0.98% 0.16% -
HSV(B) 315.19º 0.99% 0.31% -
XYZ 4.13 2.05 4.45 -
YUV 31.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 80 1 60 0 0.99 0.25 0.69 315.19 0.98 0.16
Hex 50 1 3C 0 63 19 45 13B 62 10
Octal 120 1 74 0 143 31 105 473 142 20
Binary 1010000 1 111100 0 1100011 11001 1000101 100111011 1100010 10000

Color Harmonies of #50013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50013C

Black with #50013C

Text Example


Text Example

White with #50013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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