Html Css Color HEX #500142 Tyrian Purple

📋 copy color: '#500142'

red 80 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #500142

Tints of Tyrian Purple #500142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 54.42%
G = 0.68%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#500142 (or 0x500142) is known color: Tyrian Purple. HEX triplet: 50, 01 and 42. RGB value is (80,1,66). Sum of RGB (Red+Green+Blue) = 80+1+66=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500142 is #AFFEBD. Grayscale: #1F1F1F. Windows color (decimal): -11534014 or 4325712. OLE color: 4325712.

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

Color convert

RGB 80 1 66 -
CMYK 0 0.99 0.17 0.69
HSL 310.63º 0.98% 0.16% -
HSV(B) 310.63º 0.99% 0.31% -
XYZ 4.3 2.12 5.34 -
YUV 32.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 80 1 66 0 0.99 0.17 0.69 310.63 0.98 0.16
Hex 50 1 42 0 63 11 45 137 62 10
Octal 120 1 102 0 143 21 105 467 142 20
Binary 1010000 1 1000010 0 1100011 10001 1000101 100110111 1100010 10000

Color Harmonies of #500142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500142

Black with #500142

Text Example


Text Example

White with #500142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500142; }

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

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

background-color css

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

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

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

border-color css

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

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

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