#84014B

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

Shades of Tyrian Purple #84014B

Tints of Tyrian Purple #84014B

Color information

#84014B (or 0x84014B) is unknown color: approx Tyrian Purple. HEX triplet: 84, 01 and 4B. RGB value is (132,1,75). Sum of RGB (Red+Green+Blue) = 132+1+75=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84014B is #7BFEB4. Grayscale: #303030. Windows color (decimal): -8126133 or 4915588. OLE color: 4915588.

HSL color Cylindrical-coordinate representation of color #84014B: hue angle of 326.11º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84014B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB132175-
CMYK00.990.430.48
HSL326.11º98.5%26.08%-
HSV(B)326.11º99.24%51.76%-
XYZ10.85.447.14-
YUV48.6142.9187.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.46%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=63.46%
G=0.48%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13217500.990.430.48326.1198.526.08
Hex8414B0632B30146621a
Octal20411130143536050614232
Binary100001001100101101100011101011110000101000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84014B; }

 p { color: rgb(132,1,75); }

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

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

 a { background-color: rgb(132,1,75); }

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

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

 span { border-color: rgb(132,1,75); }

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