#500231

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

Shades of Tyrian Purple #500231

Tints of Tyrian Purple #500231

Color information

#500231 (or 0x500231) is unknown color: approx Tyrian Purple. HEX triplet: 50, 02 and 31. RGB value is (80,2,49). Sum of RGB (Red+Green+Blue) = 80+2+49=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500231 is #AFFDCE. Grayscale: #1E1E1E. Windows color (decimal): -11533775 or 3211856. OLE color: 3211856.

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

Color convert

RGB80249-
CMYK00.980.390.69
HSL323.85º95.12%16.08%-
HSV(B)323.85º97.5%31.37%-
XYZ3.881.973.08-
YUV30.68138.34163.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=61.07%
G=1.53%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8024900.980.390.69323.8595.1216.08
Hex5023106227451445f10
Octal12026101424710550413720
Binary101000010110001011000101001111000101101000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500231; }

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

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

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

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

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

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

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

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