Html Css Color HEX #500543 Tyrian Purple

📋 copy color: '#500543'

red 80 ◦ green 5 ◦ blue 67

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

Shades of Tyrian Purple #500543

Tints of Tyrian Purple #500543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 52.63%
G = 3.29%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500543 (or 0x500543) is known color: Tyrian Purple. HEX triplet: 50, 05 and 43. RGB value is (80,5,67). Sum of RGB (Red+Green+Blue) = 80+5+67=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500543 is #AFFABC. Grayscale: #222222. Windows color (decimal): -11532989 or 4392272. OLE color: 4392272.

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

Color convert

RGB 80 5 67 -
CMYK 0 0.94 0.16 0.69
HSL 310.4º 0.88% 0.17% -
HSV(B) 310.4º 0.94% 0.31% -
XYZ 4.38 2.22 5.51 -
YUV 34.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 80 5 67 0 0.94 0.16 0.69 310.4 0.88 0.17
Hex 50 5 43 0 5E 10 45 136 58 11
Octal 120 5 103 0 136 20 105 466 130 21
Binary 1010000 101 1000011 0 1011110 10000 1000101 100110110 1011000 10001

Color Harmonies of #500543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500543

Black with #500543

Text Example


Text Example

White with #500543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500543; }

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

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

background-color css

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

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

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

border-color css

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

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

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