Html Css Color HEX #500048 Tyrian Purple

📋 copy color: '#500048'

red 80 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #500048

Tints of Tyrian Purple #500048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.37%

R = 52.63%
G = 0%
B = 47.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500048 (or 0x500048) is known color: Tyrian Purple. HEX triplet: 50, 00 and 48. RGB value is (80,0,72). Sum of RGB (Red+Green+Blue) = 80+0+72=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500048 is #AFFFB7. Grayscale: #1F1F1F. Windows color (decimal): -11534264 or 4718672. OLE color: 4718672.

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

Color convert

RGB 80 0 72 -
CMYK 0 1 0.10 0.69
HSL 306º 1% 0.16% -
HSV(B) 306º 1% 0.31% -
XYZ 4.48 2.17 6.31 -
YUV 32.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 80 0 72 0 1 0.10 0.69 306 1 0.16
Hex 50 0 48 0 64 A 45 132 64 10
Octal 120 0 110 0 144 12 105 462 144 20
Binary 1010000 0 1001000 0 1100100 1010 1000101 100110010 1100100 10000

Color Harmonies of #500048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500048

Black with #500048

Text Example


Text Example

White with #500048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500048; }

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

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

background-color css

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

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

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

border-color css

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

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

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