#540130

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

Shades of Tyrian Purple #540130

Tints of Tyrian Purple #540130

Color information

#540130 (or 0x540130) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 30. RGB value is (84,1,48). Sum of RGB (Red+Green+Blue) = 84+1+48=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #540130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540130 is #ABFECF. Grayscale: #1F1F1F. Windows color (decimal): -11271888 or 3146068. OLE color: 3146068.

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

Color convert

RGB84148-
CMYK00.990.430.67
HSL326.02º97.65%16.67%-
HSV(B)326.02º98.81%32.94%-
XYZ4.22.122.98-
YUV31.18137.5165.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=63.16%
G=0.75%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414800.990.430.67326.0297.6516.67
Hex541300632B431466211
Octal12416001435310350614221
Binary10101001110000011000111010111000011101000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540130; }

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

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

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

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

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

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

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

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