Html Css Color HEX #50084C Tyrian Purple

📋 copy color: '#50084C'

red 80 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #50084C

Tints of Tyrian Purple #50084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 48.78%
G = 4.88%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50084C (or 0x50084C) is known color: Tyrian Purple. HEX triplet: 50, 08 and 4C. RGB value is (80,8,76). Sum of RGB (Red+Green+Blue) = 80+8+76=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50084C is #AFF7B3. Grayscale: #252525. Windows color (decimal): -11532212 or 4982864. OLE color: 4982864.

HSL color Cylindrical-coordinate representation of color #50084C: hue angle of 303.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50084C is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 76 -
CMYK 0 0.90 0.05 0.69
HSL 303.33º 0.82% 0.17% -
HSV(B) 303.33º 0.9% 0.31% -
XYZ 4.7 2.4 7.05 -
YUV 37.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 80 8 76 0 0.90 0.05 0.69 303.33 0.82 0.17
Hex 50 8 4C 0 5A 5 45 12F 52 11
Octal 120 10 114 0 132 5 105 457 122 21
Binary 1010000 1000 1001100 0 1011010 101 1000101 100101111 1010010 10001

Color Harmonies of #50084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50084C

Black with #50084C

Text Example


Text Example

White with #50084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,8,76); }

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

background-color css

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

 a { background-color: rgb(80,8,76); }

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

border-color css

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

 span { border-color: rgb(80,8,76); }

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