#54002c

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

Shades of Tyrian Purple #54002C

Tints of Tyrian Purple #54002C

Color information

#54002C (or 0x54002C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 2C. RGB value is (84,0,44). Sum of RGB (Red+Green+Blue) = 84+0+44=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002C is #ABFFD3. Grayscale: #1E1E1E. Windows color (decimal): -11272148 or 2883668. OLE color: 2883668.

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

Color convert

RGB84044-
CMYK010.480.67
HSL328.57º100%16.47%-
HSV(B)328.57º100%32.94%-
XYZ4.112.072.57-
YUV30.13135.83166.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=65.62%
G=0%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84044010.480.67328.5710016.47
Hex5402C06430431496410
Octal12405401446010351114420
Binary10101000101100011001001100001000011101001001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54002c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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