#54123F

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

Shades of Tyrian Purple #54123F

Tints of Tyrian Purple #54123F

Color information

#54123F (or 0x54123F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 12 and 3F. RGB value is (84,18,63). Sum of RGB (Red+Green+Blue) = 84+18+63=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54123F is #ABEDC0. Grayscale: #2A2A2A. Windows color (decimal): -11267521 or 4133460. OLE color: 4133460.

HSL color Cylindrical-coordinate representation of color #54123F: hue angle of 319.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54123F is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB841863-
CMYK00.790.250.67
HSL319.09º64.71%20%-
HSV(B)319.09º78.57%32.94%-
XYZ4.772.684.97-
YUV42.86139.37157.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 63 (25% from 255) = 38.18%
R=50.91%
G=10.91%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84186300.790.250.67319.0964.7120
Hex54123F04F194313f4114
Octal124227701173110347710124
Binary10101001001011111101001111110011000011100111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54123F; }

 p { color: rgb(84,18,63); }

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

<style>
 a { background-color: #54123F; }

 a { background-color: rgb(84,18,63); }

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

<style>
 span { border-color: #54123F; }

 span { border-color: rgb(84,18,63); }

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