#540430

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

Shades of Tyrian Purple #540430

Tints of Tyrian Purple #540430

Color information

#540430 (or 0x540430) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 30. RGB value is (84,4,48). Sum of RGB (Red+Green+Blue) = 84+4+48=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #540430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540430 is #ABFBCF. Grayscale: #202020. Windows color (decimal): -11271120 or 3146836. OLE color: 3146836.

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

Color convert

RGB84448-
CMYK00.950.430.67
HSL327º90.91%17.25%-
HSV(B)327º95.24%32.94%-
XYZ4.232.192.99-
YUV32.94136.5164.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=61.76%
G=2.94%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8444800.950.430.6732790.9117.25
Hex5443005F2B431475b11
Octal12446001375310350713321
Binary1010100100110000010111111010111000011101000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540430; }

 p { color: rgb(84,4,48); }

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

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

 a { background-color: rgb(84,4,48); }

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

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

 span { border-color: rgb(84,4,48); }

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