#54022B

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

Shades of Tyrian Purple #54022B

Tints of Tyrian Purple #54022B

Color information

#54022B (or 0x54022B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 2B. RGB value is (84,2,43). Sum of RGB (Red+Green+Blue) = 84+2+43=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022B is #ABFDD4. Grayscale: #1F1F1F. Windows color (decimal): -11271637 or 2818644. OLE color: 2818644.

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

Color convert

RGB84243-
CMYK00.980.490.67
HSL330º95.35%16.86%-
HSV(B)330º97.62%32.94%-
XYZ4.112.12.47-
YUV31.19134.67165.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=65.12%
G=1.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424300.980.490.6733095.3516.86
Hex5422B062314314a5f11
Octal12425301426110351213721
Binary101010010101011011000101100011000011101001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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