#54103D

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

Shades of Tyrian Purple #54103D

Tints of Tyrian Purple #54103D

Color information

#54103D (or 0x54103D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 10 and 3D. RGB value is (84,16,61). Sum of RGB (Red+Green+Blue) = 84+16+61=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54103D is #ABEFC2. Grayscale: #292929. Windows color (decimal): -11268035 or 4001876. OLE color: 4001876.

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

Color convert

RGB841661-
CMYK00.810.270.67
HSL320.29º68%19.61%-
HSV(B)320.29º80.95%32.94%-
XYZ4.682.594.67-
YUV41.46139.03158.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=52.17%
G=9.94%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84166100.810.270.67320.296819.61
Hex54103D0511B431404414
Octal124207501213310350010424
Binary10101001000011110101010001110111000011101000000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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