Html Css Color HEX #500448 Tyrian Purple

📋 copy color: '#500448'

red 80 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #500448

Tints of Tyrian Purple #500448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 51.28%
G = 2.56%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500448 (or 0x500448) is known color: Tyrian Purple. HEX triplet: 50, 04 and 48. RGB value is (80,4,72). Sum of RGB (Red+Green+Blue) = 80+4+72=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #500448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500448 is #AFFBB7. Grayscale: #222222. Windows color (decimal): -11533240 or 4719696. OLE color: 4719696.

HSL color Cylindrical-coordinate representation of color #500448: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500448 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 72 -
CMYK 0 0.95 0.10 0.69
HSL 306.32º 0.9% 0.16% -
HSV(B) 306.32º 0.95% 0.31% -
XYZ 4.52 2.26 6.33 -
YUV 34.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 80 4 72 0 0.95 0.10 0.69 306.32 0.9 0.16
Hex 50 4 48 0 5F A 45 132 5A 10
Octal 120 4 110 0 137 12 105 462 132 20
Binary 1010000 100 1001000 0 1011111 1010 1000101 100110010 1011010 10000

Color Harmonies of #500448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500448

Black with #500448

Text Example


Text Example

White with #500448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500448; }

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

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

background-color css

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

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

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

border-color css

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

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

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