#84004a

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

Shades of Tyrian Purple #84004A

Tints of Tyrian Purple #84004A

Color information

#84004A (or 0x84004A) is unknown color: approx Tyrian Purple. HEX triplet: 84, 00 and 4A. RGB value is (132,0,74). Sum of RGB (Red+Green+Blue) = 132+0+74=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #84004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84004A is #7BFFB5. Grayscale: #2F2F2F. Windows color (decimal): -8126390 or 4849796. OLE color: 4849796.

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

Color convert

RGB132074-
CMYK010.440.48
HSL326.36º100%25.88%-
HSV(B)326.36º100%51.76%-
XYZ10.755.46.95-
YUV47.9142.73187.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=64.08%
G=0%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132074010.440.48326.3610025.88
Hex8404A0642C30146641a
Octal20401120144546050614432
Binary100001000100101001100100101100110000101000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84004a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84004a; }

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

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

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

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

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

<style>
 span { border-color: #84004a; }

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

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