#870046

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

Shades of Tyrian Purple #870046

Tints of Tyrian Purple #870046

Color information

#870046 (or 0x870046) is unknown color: approx Tyrian Purple. HEX triplet: 87, 00 and 46. RGB value is (135,0,70). Sum of RGB (Red+Green+Blue) = 135+0+70=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #870046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870046 is #78FFB9. Grayscale: #303030. Windows color (decimal): -7929786 or 4587655. OLE color: 4587655.

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

Color convert

RGB135070-
CMYK010.480.47
HSL328.89º100%26.47%-
HSV(B)328.89º100%52.94%-
XYZ11.15.596.29-
YUV48.34140.23189.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=65.85%
G=0%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135070010.480.47328.8910026.47
Hex87046064302F149641a
Octal20701060144605751114432
Binary100001110100011001100100110000101111101001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870046; }

 p { color: rgb(135,0,70); }

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

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

 a { background-color: rgb(135,0,70); }

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

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

 span { border-color: rgb(135,0,70); }

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