#54002D

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

Shades of Tyrian Purple #54002D

Tints of Tyrian Purple #54002D

Color information

#54002D (or 0x54002D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 2D. RGB value is (84,0,45). Sum of RGB (Red+Green+Blue) = 84+0+45=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002D is #ABFFD2. Grayscale: #1E1E1E. Windows color (decimal): -11272147 or 2949204. OLE color: 2949204.

HSL color Cylindrical-coordinate representation of color #54002D: hue angle of 327.86º 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 #54002D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB84045-
CMYK010.460.67
HSL327.86º100%16.47%-
HSV(B)327.86º100%32.94%-
XYZ4.132.072.67-
YUV30.25136.33166.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=65.12%
G=0%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84045010.460.67327.8610016.47
Hex5402D0642E431486410
Octal12405501445610351014420
Binary10101000101101011001001011101000011101001000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54002D; }

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

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

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

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

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

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

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

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