Html Css Color HEX #500039 Tyrian Purple

📋 copy color: '#500039'

red 80 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #500039

Tints of Tyrian Purple #500039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 41.61%

R = 58.39%
G = 0%
B = 41.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#500039 (or 0x500039) is known color: Tyrian Purple. HEX triplet: 50, 00 and 39. RGB value is (80,0,57). Sum of RGB (Red+Green+Blue) = 80+0+57=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500039 is #AFFFC6. Grayscale: #1E1E1E. Windows color (decimal): -11534279 or 3735632. OLE color: 3735632.

HSL color Cylindrical-coordinate representation of color #500039: hue angle of 317.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 #500039 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 57 -
CMYK 0 1 0.29 0.69
HSL 317.25º 1% 0.16% -
HSV(B) 317.25º 1% 0.31% -
XYZ 4.05 2 4.04 -
YUV 30.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 80 0 57 0 1 0.29 0.69 317.25 1 0.16
Hex 50 0 39 0 64 1D 45 13D 64 10
Octal 120 0 71 0 144 35 105 475 144 20
Binary 1010000 0 111001 0 1100100 11101 1000101 100111101 1100100 10000

Color Harmonies of #500039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500039

Black with #500039

Text Example


Text Example

White with #500039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500039; }

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

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

background-color css

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

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

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

border-color css

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

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

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