#540238

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

Shades of Tyrian Purple #540238

Tints of Tyrian Purple #540238

Color information

#540238 (or 0x540238) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 38. RGB value is (84,2,56). Sum of RGB (Red+Green+Blue) = 84+2+56=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #540238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540238 is #ABFDC7. Grayscale: #202020. Windows color (decimal): -11271624 or 3670612. OLE color: 3670612.

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

Color convert

RGB84256-
CMYK00.980.330.67
HSL320.49º95.35%16.86%-
HSV(B)320.49º97.62%32.94%-
XYZ4.392.213.94-
YUV32.67141.17164.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=59.15%
G=1.41%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425600.980.330.67320.4995.3516.86
Hex5423806221431405f11
Octal12427001424110350013721
Binary101010010111000011000101000011000011101000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540238; }

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

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

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

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

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

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

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

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