Html Css Color HEX #500138 Tyrian Purple

📋 copy color: '#500138'

red 80 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #500138

Tints of Tyrian Purple #500138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40.88%

R = 58.39%
G = 0.73%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500138 (or 0x500138) is known color: Tyrian Purple. HEX triplet: 50, 01 and 38. RGB value is (80,1,56). Sum of RGB (Red+Green+Blue) = 80+1+56=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500138 is #AFFEC7. Grayscale: #1E1E1E. Windows color (decimal): -11534024 or 3670352. OLE color: 3670352.

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

Color convert

RGB 80 1 56 -
CMYK 0 0.99 0.30 0.69
HSL 318.23º 0.98% 0.16% -
HSV(B) 318.23º 0.99% 0.31% -
XYZ 4.03 2.01 3.92 -
YUV 30.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 80 1 56 0 0.99 0.30 0.69 318.23 0.98 0.16
Hex 50 1 38 0 63 1E 45 13E 62 10
Octal 120 1 70 0 143 36 105 476 142 20
Binary 1010000 1 111000 0 1100011 11110 1000101 100111110 1100010 10000

Color Harmonies of #500138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500138

Black with #500138

Text Example


Text Example

White with #500138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500138; }

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

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

background-color css

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

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

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

border-color css

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

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

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