#540128

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

Shades of Tyrian Purple #540128

Tints of Tyrian Purple #540128

Color information

#540128 (or 0x540128) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 28. RGB value is (84,1,40). Sum of RGB (Red+Green+Blue) = 84+1+40=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540128 is #ABFED7. Grayscale: #1E1E1E. Windows color (decimal): -11271896 or 2621780. OLE color: 2621780.

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

Color convert

RGB84140-
CMYK00.990.520.67
HSL331.81º97.65%16.67%-
HSV(B)331.81º98.81%32.94%-
XYZ4.052.062.19-
YUV30.26133.5166.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 40 (16.02% from 255) = 32%
R=67.2%
G=0.8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414000.990.520.67331.8197.6516.67
Hex54128063344314c6211
Octal12415001436410351414221
Binary10101001101000011000111101001000011101001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540128; }

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

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

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

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

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

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

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

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