#84003E

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

Shades of Tyrian Purple #84003E

Tints of Tyrian Purple #84003E

Color information

#84003E (or 0x84003E) is unknown color: approx Tyrian Purple. HEX triplet: 84, 00 and 3E. RGB value is (132,0,62). Sum of RGB (Red+Green+Blue) = 132+0+62=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84003E is #7BFFC1. Grayscale: #2E2E2E. Windows color (decimal): -8126402 or 4063364. OLE color: 4063364.

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

Color convert

RGB132062-
CMYK010.530.48
HSL331.82º100%25.88%-
HSV(B)331.82º100%51.76%-
XYZ10.395.255.02-
YUV46.54136.73188.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 68.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=68.04%
G=0%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132062010.530.48331.8210025.88
Hex8403E064353014c641a
Octal2040760144656051414432
Binary10000100011111001100100110101110000101001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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