Html Css Color HEX #50084B Tyrian Purple

📋 copy color: '#50084B'

red 80 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #50084B

Tints of Tyrian Purple #50084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 49.08%
G = 4.91%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50084B (or 0x50084B) is known color: Tyrian Purple. HEX triplet: 50, 08 and 4B. RGB value is (80,8,75). Sum of RGB (Red+Green+Blue) = 80+8+75=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50084B is #AFF7B4. Grayscale: #242424. Windows color (decimal): -11532213 or 4917328. OLE color: 4917328.

HSL color Cylindrical-coordinate representation of color #50084B: hue angle of 304.17º 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 #50084B is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 8 75 -
CMYK 0 0.90 0.06 0.69
HSL 304.17º 0.82% 0.17% -
HSV(B) 304.17º 0.9% 0.31% -
XYZ 4.67 2.39 6.87 -
YUV 37.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 80 8 75 0 0.90 0.06 0.69 304.17 0.82 0.17
Hex 50 8 4B 0 5A 6 45 130 52 11
Octal 120 10 113 0 132 6 105 460 122 21
Binary 1010000 1000 1001011 0 1011010 110 1000101 100110000 1010010 10001

Color Harmonies of #50084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50084B

Black with #50084B

Text Example


Text Example

White with #50084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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