#540227

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

Shades of Tyrian Purple #540227

Tints of Tyrian Purple #540227

Color information

#540227 (or 0x540227) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 27. RGB value is (84,2,39). Sum of RGB (Red+Green+Blue) = 84+2+39=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540227 is #ABFDD8. Grayscale: #1E1E1E. Windows color (decimal): -11271641 or 2556500. OLE color: 2556500.

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

Color convert

RGB84239-
CMYK00.980.540.67
HSL332.93º95.35%16.86%-
HSV(B)332.93º97.62%32.94%-
XYZ4.042.072.11-
YUV30.74132.67165.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=67.2%
G=1.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8423900.980.540.67332.9395.3516.86
Hex54227062364314d5f11
Octal12424701426610351513721
Binary101010010100111011000101101101000011101001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540227; }

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

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

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

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

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

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

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

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