#540452

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

Shades of Tyrian Purple #540452

Tints of Tyrian Purple #540452

Color information

#540452 (or 0x540452) is unknown color: approx Tyrian Purple. HEX triplet: 54, 04 and 52. RGB value is (84,4,82). Sum of RGB (Red+Green+Blue) = 84+4+82=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #540452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540452 is #ABFBAD. Grayscale: #242424. Windows color (decimal): -11271086 or 5375060. OLE color: 5375060.

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

Color convert

RGB84482-
CMYK00.950.020.67
HSL301.5º90.91%17.25%-
HSV(B)301.5º95.24%32.94%-
XYZ5.222.588.21-
YUV36.81153.5161.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=49.41%
G=2.35%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8448200.950.020.67301.590.9117.25
Hex5445205F24312e5b11
Octal12441220137210345613321
Binary1010100100101001001011111101000011100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540452; }

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

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

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

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

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

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

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

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