Html Css Color HEX #500141 Tyrian Purple

📋 copy color: '#500141'

red 80 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #500141

Tints of Tyrian Purple #500141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 54.79%
G = 0.68%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#500141 (or 0x500141) is known color: Tyrian Purple. HEX triplet: 50, 01 and 41. RGB value is (80,1,65). Sum of RGB (Red+Green+Blue) = 80+1+65=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #500141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500141 is #AFFEBE. Grayscale: #1F1F1F. Windows color (decimal): -11534015 or 4260176. OLE color: 4260176.

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

Color convert

RGB 80 1 65 -
CMYK 0 0.99 0.19 0.69
HSL 311.39º 0.98% 0.16% -
HSV(B) 311.39º 0.99% 0.31% -
XYZ 4.27 2.11 5.18 -
YUV 31.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 80 1 65 0 0.99 0.19 0.69 311.39 0.98 0.16
Hex 50 1 41 0 63 13 45 137 62 10
Octal 120 1 101 0 143 23 105 467 142 20
Binary 1010000 1 1000001 0 1100011 10011 1000101 100110111 1100010 10000

Color Harmonies of #500141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500141

Black with #500141

Text Example


Text Example

White with #500141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500141; }

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

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

background-color css

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

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

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

border-color css

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

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

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