#840048

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

Shades of Tyrian Purple #840048

Tints of Tyrian Purple #840048

Color information

#840048 (or 0x840048) is unknown color: approx Tyrian Purple. HEX triplet: 84, 00 and 48. RGB value is (132,0,72). Sum of RGB (Red+Green+Blue) = 132+0+72=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840048 is #7BFFB7. Grayscale: #2F2F2F. Windows color (decimal): -8126392 or 4718724. OLE color: 4718724.

HSL color Cylindrical-coordinate representation of color #840048: hue angle of 327.27º 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 #840048 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB132072-
CMYK010.450.48
HSL327.27º100%25.88%-
HSV(B)327.27º100%51.76%-
XYZ10.695.376.6-
YUV47.68141.73188.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=64.71%
G=0%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132072010.450.48327.2710025.88
Hex840480642D30147641a
Octal20401100144556050714432
Binary100001000100100001100100101101110000101000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840048; }

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

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

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

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

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

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

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

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