#500132

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

Shades of Tyrian Purple #500132

Tints of Tyrian Purple #500132

Color information

#500132 (or 0x500132) is unknown color: approx Tyrian Purple. HEX triplet: 50, 01 and 32. RGB value is (80,1,50). Sum of RGB (Red+Green+Blue) = 80+1+50=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500132 is #AFFECD. Grayscale: #1E1E1E. Windows color (decimal): -11534030 or 3277136. OLE color: 3277136.

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

Color convert

RGB80150-
CMYK00.990.370.69
HSL322.78º97.53%15.88%-
HSV(B)322.78º98.75%31.37%-
XYZ3.891.963.19-
YUV30.21139.17163.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=61.07%
G=0.76%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8015000.990.370.69322.7897.5315.88
Hex5013206325451436210
Octal12016201434510550314220
Binary10100001110010011000111001011000101101000011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500132; }

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

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

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

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

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

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

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

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