#500148

Color #500148 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #500148

Tints of Tyrian Purple #500148

Color information

#500148 (or 0x500148) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 48. RGB value is (80,1,72). Sum of RGB (Red+Green+Blue) = 80+1+72=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500148 is #AFFEB7. Grayscale: #202020. Windows color (decimal): -11534008 or 4718928. OLE color: 4718928.

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

Color convert

RGB80172-
CMYK00.990.100.69
HSL306.08º97.53%15.88%-
HSV(B)306.08º98.75%31.37%-
XYZ4.492.26.32-
YUV32.71150.17161.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=52.29%
G=0.65%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8017200.990.100.69306.0897.5315.88
Hex50148063A451326210
Octal120111001431210546214220
Binary1010000110010000110001110101000101100110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500148; }

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

 H1.HeaderClassName
 {
   color: #500148;
 }
 .AnyTagClassName
 {
   color: #500148;
 }
</style>
background-color css

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

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

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

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

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

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