#84053F

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

Shades of Tyrian Purple #84053F

Tints of Tyrian Purple #84053F

Color information

#84053F (or 0x84053F) is unknown color: approx Tyrian Purple. HEX triplet: 84, 05 and 3F. RGB value is (132,5,63). Sum of RGB (Red+Green+Blue) = 132+5+63=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #84053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84053F is #7BFAC0. Grayscale: #313131. Windows color (decimal): -8125121 or 4130180. OLE color: 4130180.

HSL color Cylindrical-coordinate representation of color #84053F: hue angle of 332.6º 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 #84053F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB132563-
CMYK00.960.520.48
HSL332.6º92.7%26.86%-
HSV(B)332.6º96.21%51.76%-
XYZ10.475.375.19-
YUV49.58135.58186.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=66%
G=2.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13256300.960.520.48332.692.726.86
Hex8453F060343014d5d1b
Octal2045770140646051513533
Binary1000010010111111101100000110100110000101001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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