#54133F

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

Shades of Tyrian Purple #54133F

Tints of Tyrian Purple #54133F

Color information

#54133F (or 0x54133F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 13 and 3F. RGB value is (84,19,63). Sum of RGB (Red+Green+Blue) = 84+19+63=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54133F is #ABECC0. Grayscale: #2B2B2B. Windows color (decimal): -11267265 or 4133716. OLE color: 4133716.

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

Color convert

RGB841963-
CMYK00.770.250.67
HSL319.38º63.11%20.2%-
HSV(B)319.38º77.38%32.94%-
XYZ4.792.714.97-
YUV43.45139.03156.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 63 (25% from 255) = 37.95%
R=50.60%
G=11.45%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84196300.770.250.67319.3863.1120.2
Hex54133F04D194313f3f14
Octal12423770115311034777724
Binary1010100100111111110100110111001100001110011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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