#86004A

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

Shades of Tyrian Purple #86004A

Tints of Tyrian Purple #86004A

Color information

#86004A (or 0x86004A) is unknown color: approx Tyrian Purple. HEX triplet: 86, 00 and 4A. RGB value is (134,0,74). Sum of RGB (Red+Green+Blue) = 134+0+74=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #86004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86004A is #79FFB5. Grayscale: #303030. Windows color (decimal): -7995318 or 4849798. OLE color: 4849798.

HSL color Cylindrical-coordinate representation of color #86004A: hue angle of 326.87º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86004A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB134074-
CMYK010.450.47
HSL326.87º100%26.27%-
HSV(B)326.87º100%52.55%-
XYZ11.075.566.97-
YUV48.5142.39188.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=64.42%
G=0%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134074010.450.47326.8710026.27
Hex8604A0642D2F147641a
Octal20601120144555750714432
Binary100001100100101001100100101101101111101000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86004A; }

 p { color: rgb(134,0,74); }

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

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

 a { background-color: rgb(134,0,74); }

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

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

 span { border-color: rgb(134,0,74); }

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