Html Css Color HEX #500143 Tyrian Purple

📋 copy color: '#500143'

red 80 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #500143

Tints of Tyrian Purple #500143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 54.05%
G = 0.68%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500143 (or 0x500143) is known color: Tyrian Purple. HEX triplet: 50, 01 and 43. RGB value is (80,1,67). Sum of RGB (Red+Green+Blue) = 80+1+67=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500143 is #AFFEBC. Grayscale: #1F1F1F. Windows color (decimal): -11534013 or 4391248. OLE color: 4391248.

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

Color convert

RGB 80 1 67 -
CMYK 0 0.99 0.16 0.69
HSL 309.87º 0.98% 0.16% -
HSV(B) 309.87º 0.99% 0.31% -
XYZ 4.33 2.13 5.49 -
YUV 32.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 80 1 67 0 0.99 0.16 0.69 309.87 0.98 0.16
Hex 50 1 43 0 63 10 45 136 62 10
Octal 120 1 103 0 143 20 105 466 142 20
Binary 1010000 1 1000011 0 1100011 10000 1000101 100110110 1100010 10000

Color Harmonies of #500143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500143

Black with #500143

Text Example


Text Example

White with #500143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500143; }

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

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

background-color css

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

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

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

border-color css

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

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

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