#54022F

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

Shades of Tyrian Purple #54022F

Tints of Tyrian Purple #54022F

Color information

#54022F (or 0x54022F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 2F. RGB value is (84,2,47). Sum of RGB (Red+Green+Blue) = 84+2+47=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #54022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022F is #ABFDD0. Grayscale: #1F1F1F. Windows color (decimal): -11271633 or 3080788. OLE color: 3080788.

HSL color Cylindrical-coordinate representation of color #54022F: hue angle of 327.07º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54022F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB84247-
CMYK00.980.440.67
HSL327.07º95.35%16.86%-
HSV(B)327.07º97.62%32.94%-
XYZ4.192.132.88-
YUV31.65136.67165.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=63.16%
G=1.50%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424700.980.440.67327.0795.3516.86
Hex5422F0622C431475f11
Octal12425701425410350713721
Binary101010010101111011000101011001000011101000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,2,47); }

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

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

 a { background-color: rgb(84,2,47); }

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

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

 span { border-color: rgb(84,2,47); }

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