#540233

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

Shades of Tyrian Purple #540233

Tints of Tyrian Purple #540233

Color information

#540233 (or 0x540233) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 33. RGB value is (84,2,51). Sum of RGB (Red+Green+Blue) = 84+2+51=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540233 is #ABFDCC. Grayscale: #1F1F1F. Windows color (decimal): -11271629 or 3342932. OLE color: 3342932.

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

Color convert

RGB84251-
CMYK00.980.390.67
HSL324.15º95.35%16.86%-
HSV(B)324.15º97.62%32.94%-
XYZ4.282.173.32-
YUV32.1138.67165.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=61.31%
G=1.46%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8425100.980.390.67324.1595.3516.86
Hex5423306227431445f11
Octal12426301424710350413721
Binary101010010110011011000101001111000011101000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540233; }

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

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

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

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

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

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

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

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