#870543

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

Shades of Tyrian Purple #870543

Tints of Tyrian Purple #870543

Color information

#870543 (or 0x870543) is unknown color: approx Tyrian Purple. HEX triplet: 87, 05 and 43. RGB value is (135,5,67). Sum of RGB (Red+Green+Blue) = 135+5+67=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #870543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870543 is #78FABC. Grayscale: #323232. Windows color (decimal): -7928509 or 4392327. OLE color: 4392327.

HSL color Cylindrical-coordinate representation of color #870543: hue angle of 331.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870543 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB135567-
CMYK00.960.500.47
HSL331.38º92.86%27.45%-
HSV(B)331.38º96.3%52.94%-
XYZ11.065.665.82-
YUV50.94137.07187.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.22%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=65.22%
G=2.42%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13556700.960.500.47331.3892.8627.45
Hex87543060322F14b5d1b
Octal20751030140625751313533
Binary10000111101100001101100000110010101111101001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870543; }

 p { color: rgb(135,5,67); }

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

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

 a { background-color: rgb(135,5,67); }

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

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

 span { border-color: rgb(135,5,67); }

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