#540228

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

Shades of Tyrian Purple #540228

Tints of Tyrian Purple #540228

Color information

#540228 (or 0x540228) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 28. RGB value is (84,2,40). Sum of RGB (Red+Green+Blue) = 84+2+40=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #540228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540228 is #ABFDD7. Grayscale: #1E1E1E. Windows color (decimal): -11271640 or 2622036. OLE color: 2622036.

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

Color convert

RGB84240-
CMYK00.980.520.67
HSL332.2º95.35%16.86%-
HSV(B)332.2º97.62%32.94%-
XYZ4.062.082.2-
YUV30.85133.17165.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=66.67%
G=1.59%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424000.980.520.67332.295.3516.86
Hex54228062344314c5f11
Octal12425001426410351413721
Binary101010010101000011000101101001000011101001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540228; }

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

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

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

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

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

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

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

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