Html Css Color HEX #500137 Tyrian Purple

📋 copy color: '#500137'

red 80 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #500137

Tints of Tyrian Purple #500137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 58.82%
G = 0.74%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.69

RGB Variations

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

Color information

#500137 (or 0x500137) is known color: Tyrian Purple. HEX triplet: 50, 01 and 37. RGB value is (80,1,55). Sum of RGB (Red+Green+Blue) = 80+1+55=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500137 is #AFFEC8. Grayscale: #1E1E1E. Windows color (decimal): -11534025 or 3604816. OLE color: 3604816.

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

Color convert

RGB 80 1 55 -
CMYK 0 0.99 0.31 0.69
HSL 318.99º 0.98% 0.16% -
HSV(B) 318.99º 0.99% 0.31% -
XYZ 4.01 2 3.79 -
YUV 30.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 80 1 55 0 0.99 0.31 0.69 318.99 0.98 0.16
Hex 50 1 37 0 63 1F 45 13F 62 10
Octal 120 1 67 0 143 37 105 477 142 20
Binary 1010000 1 110111 0 1100011 11111 1000101 100111111 1100010 10000

Color Harmonies of #500137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500137

Black with #500137

Text Example


Text Example

White with #500137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500137; }

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

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

background-color css

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

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

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

border-color css

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

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

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