#84003F

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

Shades of Tyrian Purple #84003F

Tints of Tyrian Purple #84003F

Color information

#84003F (or 0x84003F) is unknown color: approx Tyrian Purple. HEX triplet: 84, 00 and 3F. RGB value is (132,0,63). Sum of RGB (Red+Green+Blue) = 132+0+63=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84003F is #7BFFC0. Grayscale: #2E2E2E. Windows color (decimal): -8126401 or 4128900. OLE color: 4128900.

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

Color convert

RGB132063-
CMYK010.520.48
HSL331.36º100%25.88%-
HSV(B)331.36º100%51.76%-
XYZ10.415.265.17-
YUV46.65137.23188.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 32.31%
R=67.69%
G=0%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132063010.520.48331.3610025.88
Hex8403F064343014b641a
Octal2040770144646051314432
Binary10000100011111101100100110100110000101001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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