Html Css Color HEX #50064D Tyrian Purple

📋 copy color: '#50064D'

red 80 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #50064D

Tints of Tyrian Purple #50064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 49.08%
G = 3.68%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50064D (or 0x50064D) is known color: Tyrian Purple. HEX triplet: 50, 06 and 4D. RGB value is (80,6,77). Sum of RGB (Red+Green+Blue) = 80+6+77=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50064D is #AFF9B2. Grayscale: #242424. Windows color (decimal): -11532723 or 5047888. OLE color: 5047888.

HSL color Cylindrical-coordinate representation of color #50064D: hue angle of 302.43º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50064D is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 77 -
CMYK 0 0.92 0.04 0.69
HSL 302.43º 0.86% 0.17% -
HSV(B) 302.43º 0.93% 0.31% -
XYZ 4.71 2.37 7.23 -
YUV 36.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 80 6 77 0 0.92 0.04 0.69 302.43 0.86 0.17
Hex 50 6 4D 0 5C 4 45 12E 56 11
Octal 120 6 115 0 134 4 105 456 126 21
Binary 1010000 110 1001101 0 1011100 100 1000101 100101110 1010110 10001

Color Harmonies of #50064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50064D

Black with #50064D

Text Example


Text Example

White with #50064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,6,77); }

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

background-color css

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

 a { background-color: rgb(80,6,77); }

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

border-color css

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

 span { border-color: rgb(80,6,77); }

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