Html Css Color HEX #500041 Tyrian Purple

📋 copy color: '#500041'

red 80 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #500041

Tints of Tyrian Purple #500041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.17%
G = 0%
B = 44.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#500041 (or 0x500041) is known color: Tyrian Purple. HEX triplet: 50, 00 and 41. RGB value is (80,0,65). Sum of RGB (Red+Green+Blue) = 80+0+65=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #500041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500041 is #AFFFBE. Grayscale: #1F1F1F. Windows color (decimal): -11534271 or 4259920. OLE color: 4259920.

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

Color convert

RGB 80 0 65 -
CMYK 0 1 0.19 0.69
HSL 311.25º 1% 0.16% -
HSV(B) 311.25º 1% 0.31% -
XYZ 4.26 2.09 5.18 -
YUV 31.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 80 0 65 0 1 0.19 0.69 311.25 1 0.16
Hex 50 0 41 0 64 13 45 137 64 10
Octal 120 0 101 0 144 23 105 467 144 20
Binary 1010000 0 1000001 0 1100100 10011 1000101 100110111 1100100 10000

Color Harmonies of #500041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500041

Black with #500041

Text Example


Text Example

White with #500041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500041; }

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

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

background-color css

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

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

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

border-color css

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

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

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