#84054A

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

Shades of Tyrian Purple #84054A

Tints of Tyrian Purple #84054A

Color information

#84054A (or 0x84054A) is unknown color: approx Tyrian Purple. HEX triplet: 84, 05 and 4A. RGB value is (132,5,74). Sum of RGB (Red+Green+Blue) = 132+5+74=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84054A is #7BFAB5. Grayscale: #323232. Windows color (decimal): -8125110 or 4851076. OLE color: 4851076.

HSL color Cylindrical-coordinate representation of color #84054A: hue angle of 327.4º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84054A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB132574-
CMYK00.960.440.48
HSL327.4º92.7%26.86%-
HSV(B)327.4º96.21%51.76%-
XYZ10.815.516.97-
YUV50.84141.08185.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=62.56%
G=2.37%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13257400.960.440.48327.492.726.86
Hex8454A0602C301475d1b
Octal20451120140546050713533
Binary10000100101100101001100000101100110000101000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,5,74); }

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

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

 a { background-color: rgb(132,5,74); }

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

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

 span { border-color: rgb(132,5,74); }

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