#84003C

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

Shades of Tyrian Purple #84003C

Tints of Tyrian Purple #84003C

Color information

#84003C (or 0x84003C) is unknown color: approx Tyrian Purple. HEX triplet: 84, 00 and 3C. RGB value is (132,0,60). Sum of RGB (Red+Green+Blue) = 132+0+60=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84003C is #7BFFC3. Grayscale: #2E2E2E. Windows color (decimal): -8126404 or 3932292. OLE color: 3932292.

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

Color convert

RGB132060-
CMYK010.550.48
HSL332.73º100%25.88%-
HSV(B)332.73º100%51.76%-
XYZ10.335.234.74-
YUV46.31135.73189.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=68.75%
G=0%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132060010.550.48332.7310025.88
Hex8403C064373014d641a
Octal2040740144676051514432
Binary10000100011110001100100110111110000101001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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