#54103E

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

Shades of Tyrian Purple #54103E

Tints of Tyrian Purple #54103E

Color information

#54103E (or 0x54103E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 10 and 3E. RGB value is (84,16,62). Sum of RGB (Red+Green+Blue) = 84+16+62=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54103E is #ABEFC1. Grayscale: #292929. Windows color (decimal): -11268034 or 4067412. OLE color: 4067412.

HSL color Cylindrical-coordinate representation of color #54103E: hue angle of 319.41º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54103E is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB841662-
CMYK00.810.260.67
HSL319.41º68%19.61%-
HSV(B)319.41º80.95%32.94%-
XYZ4.712.64.81-
YUV41.58139.53158.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=51.85%
G=9.88%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84166200.810.260.67319.416819.61
Hex54103E0511A4313f4414
Octal124207601213210347710424
Binary10101001000011111001010001110101000011100111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54103E; }

 p { color: rgb(84,16,62); }

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

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

 a { background-color: rgb(84,16,62); }

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

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

 span { border-color: rgb(84,16,62); }

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