#54022E

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

Shades of Tyrian Purple #54022E

Tints of Tyrian Purple #54022E

Color information

#54022E (or 0x54022E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 2E. RGB value is (84,2,46). Sum of RGB (Red+Green+Blue) = 84+2+46=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022E is #ABFDD1. Grayscale: #1F1F1F. Windows color (decimal): -11271634 or 3015252. OLE color: 3015252.

HSL color Cylindrical-coordinate representation of color #54022E: hue angle of 327.8º 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 #54022E is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB84246-
CMYK00.980.450.67
HSL327.8º95.35%16.86%-
HSV(B)327.8º97.62%32.94%-
XYZ4.172.132.78-
YUV31.53136.17165.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=63.64%
G=1.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424600.980.450.67327.895.3516.86
Hex5422E0622D431485f11
Octal12425601425510351013721
Binary101010010101110011000101011011000011101001000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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