#540052

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

Shades of Tyrian Purple #540052

Tints of Tyrian Purple #540052

Color information

#540052 (or 0x540052) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 52. RGB value is (84,0,82). Sum of RGB (Red+Green+Blue) = 84+0+82=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #540052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540052 is #ABFFAD. Grayscale: #222222. Windows color (decimal): -11272110 or 5374036. OLE color: 5374036.

HSL color Cylindrical-coordinate representation of color #540052: hue angle of 301.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540052 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB84082-
CMYK010.020.67
HSL301.43º100%16.47%-
HSV(B)301.43º100%32.94%-
XYZ5.182.498.19-
YUV34.46154.83163.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=50.60%
G=0%
B=49.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84082010.020.67301.4310016.47
Hex5405206424312d6410
Octal12401220144210345514420
Binary10101000101001001100100101000011100101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540052; }

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

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

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

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

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

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

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

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