#54022A

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

Shades of Tyrian Purple #54022A

Tints of Tyrian Purple #54022A

Color information

#54022A (or 0x54022A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 2A. RGB value is (84,2,42). Sum of RGB (Red+Green+Blue) = 84+2+42=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022A is #ABFDD5. Grayscale: #1F1F1F. Windows color (decimal): -11271638 or 2753108. OLE color: 2753108.

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

Color convert

RGB84242-
CMYK00.980.50.67
HSL330.73º95.35%16.86%-
HSV(B)330.73º97.62%32.94%-
XYZ4.12.12.38-
YUV31.08134.17165.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=65.62%
G=1.56%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424200.980.50.67330.7395.3516.86
Hex5422A062324314b5f11
Octal12425201426210351313721
Binary101010010101010011000101100101000011101001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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