Html Css Color HEX #501043 Tyrian Purple

📋 copy color: '#501043'

red 80 ◦ green 16 ◦ blue 67

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

Shades of Tyrian Purple #501043

Tints of Tyrian Purple #501043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 67 (26.56% from 255) = 41.1%

R = 49.08%
G = 9.82%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#501043 (or 0x501043) is known color: Tyrian Purple. HEX triplet: 50, 10 and 43. RGB value is (80,16,67). Sum of RGB (Red+Green+Blue) = 80+16+67=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501043 is #AFEFBC. Grayscale: #282828. Windows color (decimal): -11530173 or 4395088. OLE color: 4395088.

HSL color Cylindrical-coordinate representation of color #501043: hue angle of 312.19º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501043 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 67 -
CMYK 0 0.80 0.16 0.69
HSL 312.19º 0.67% 0.19% -
HSV(B) 312.19º 0.8% 0.31% -
XYZ 4.51 2.48 5.55 -
YUV 40.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 80 16 67 0 0.80 0.16 0.69 312.19 0.67 0.19
Hex 50 10 43 0 50 10 45 138 43 13
Octal 120 20 103 0 120 20 105 470 103 23
Binary 1010000 10000 1000011 0 1010000 10000 1000101 100111000 1000011 10011

Color Harmonies of #501043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501043

Black with #501043

Text Example


Text Example

White with #501043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501043; }

 p { color: rgb(80,16,67); }

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

background-color css

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

 a { background-color: rgb(80,16,67); }

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

border-color css

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

 span { border-color: rgb(80,16,67); }

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