#54083A

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

Shades of Tyrian Purple #54083A

Tints of Tyrian Purple #54083A

Color information

#54083A (or 0x54083A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 3A. RGB value is (84,8,58). Sum of RGB (Red+Green+Blue) = 84+8+58=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54083A is #ABF7C5. Grayscale: #242424. Windows color (decimal): -11270086 or 3803220. OLE color: 3803220.

HSL color Cylindrical-coordinate representation of color #54083A: hue angle of 320.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54083A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB84858-
CMYK00.900.310.67
HSL320.53º82.61%18.04%-
HSV(B)320.53º90.48%32.94%-
XYZ4.512.364.22-
YUV36.42140.18161.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=56%
G=5.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485800.900.310.67320.5382.6118.04
Hex5483A05A1F431415312
Octal124107201323710350112322
Binary1010100100011101001011010111111000011101000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54083A; }

 p { color: rgb(84,8,58); }

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

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

 a { background-color: rgb(84,8,58); }

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

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

 span { border-color: rgb(84,8,58); }

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