Html Css Color HEX #500341 Tyrian Purple

📋 copy color: '#500341'

red 80 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #500341

Tints of Tyrian Purple #500341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.03%

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

R = 54.05%
G = 2.03%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#500341 (or 0x500341) is known color: Tyrian Purple. HEX triplet: 50, 03 and 41. RGB value is (80,3,65). Sum of RGB (Red+Green+Blue) = 80+3+65=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #500341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500341 is #AFFCBE. Grayscale: #202020. Windows color (decimal): -11533503 or 4260688. OLE color: 4260688.

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

Color convert

RGB 80 3 65 -
CMYK 0 0.96 0.19 0.69
HSL 311.69º 0.93% 0.16% -
HSV(B) 311.69º 0.96% 0.31% -
XYZ 4.29 2.15 5.19 -
YUV 33.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 80 3 65 0 0.96 0.19 0.69 311.69 0.93 0.16
Hex 50 3 41 0 60 13 45 138 5D 10
Octal 120 3 101 0 140 23 105 470 135 20
Binary 1010000 11 1000001 0 1100000 10011 1000101 100111000 1011101 10000

Color Harmonies of #500341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500341

Black with #500341

Text Example


Text Example

White with #500341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500341; }

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

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

background-color css

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

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

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

border-color css

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

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

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