#540132

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

Shades of Tyrian Purple #540132

Tints of Tyrian Purple #540132

Color information

#540132 (or 0x540132) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 32. RGB value is (84,1,50). Sum of RGB (Red+Green+Blue) = 84+1+50=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #540132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540132 is #ABFECD. Grayscale: #1F1F1F. Windows color (decimal): -11271886 or 3277140. OLE color: 3277140.

HSL color Cylindrical-coordinate representation of color #540132: hue angle of 324.58º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540132 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB84150-
CMYK00.990.400.67
HSL324.58º97.65%16.67%-
HSV(B)324.58º98.81%32.94%-
XYZ4.242.143.21-
YUV31.4138.5165.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=62.22%
G=0.74%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8415000.990.400.67324.5897.6516.67
Hex5413206328431456211
Octal12416201435010350514221
Binary10101001110010011000111010001000011101000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540132; }

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

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

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

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

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

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

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

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