#500248

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

Shades of Tyrian Purple #500248

Tints of Tyrian Purple #500248

Color information

#500248 (or 0x500248) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 48. RGB value is (80,2,72). Sum of RGB (Red+Green+Blue) = 80+2+72=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #500248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500248 is #AFFDB7. Grayscale: #212121. Windows color (decimal): -11533752 or 4719184. OLE color: 4719184.

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

Color convert

RGB80272-
CMYK00.980.100.69
HSL306.15º95.12%16.08%-
HSV(B)306.15º97.5%31.37%-
XYZ4.52.226.32-
YUV33.3149.84161.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=51.95%
G=1.30%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8027200.980.100.69306.1595.1216.08
Hex50248062A451325f10
Octal120211001421210546213720
Binary10100001010010000110001010101000101100110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500248; }

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

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

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

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

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

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

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

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