Html Css Color HEX #500848 Tyrian Purple

📋 copy color: '#500848'

red 80 ◦ green 8 ◦ blue 72

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

Shades of Tyrian Purple #500848

Tints of Tyrian Purple #500848

RGB

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

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

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

R = 50%
G = 5%
B = 45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#500848 (or 0x500848) is known color: Tyrian Purple. HEX triplet: 50, 08 and 48. RGB value is (80,8,72). Sum of RGB (Red+Green+Blue) = 80+8+72=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #500848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500848 is #AFF7B7. Grayscale: #242424. Windows color (decimal): -11532216 or 4720720. OLE color: 4720720.

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

Color convert

RGB 80 8 72 -
CMYK 0 0.90 0.10 0.69
HSL 306.67º 0.82% 0.17% -
HSV(B) 306.67º 0.9% 0.31% -
XYZ 4.56 2.35 6.34 -
YUV 36.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 80 8 72 0 0.90 0.10 0.69 306.67 0.82 0.17
Hex 50 8 48 0 5A A 45 133 52 11
Octal 120 10 110 0 132 12 105 463 122 21
Binary 1010000 1000 1001000 0 1011010 1010 1000101 100110011 1010010 10001

Color Harmonies of #500848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500848

Black with #500848

Text Example


Text Example

White with #500848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500848; }

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

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

background-color css

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

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

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

border-color css

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

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

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