#84024C

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

Shades of Tyrian Purple #84024C

Tints of Tyrian Purple #84024C

Color information

#84024C (or 0x84024C) is unknown color: approx Tyrian Purple. HEX triplet: 84, 02 and 4C. RGB value is (132,2,76). Sum of RGB (Red+Green+Blue) = 132+2+76=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84024C is #7BFDB3. Grayscale: #313131. Windows color (decimal): -8125876 or 4981380. OLE color: 4981380.

HSL color Cylindrical-coordinate representation of color #84024C: hue angle of 325.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84024C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB132276-
CMYK00.980.420.48
HSL325.85º97.01%26.27%-
HSV(B)325.85º98.48%51.76%-
XYZ10.845.477.32-
YUV49.31143.07186.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.86%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=62.86%
G=0.95%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13227600.980.420.48325.8597.0126.27
Hex8424C0622A30146611a
Octal20421140142526050614132
Binary1000010010100110001100010101010110000101000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84024C; }

 p { color: rgb(132,2,76); }

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

<style>
 a { background-color: #84024C; }

 a { background-color: rgb(132,2,76); }

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

<style>
 span { border-color: #84024C; }

 span { border-color: rgb(132,2,76); }

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