#86057A

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

Shades of Purple #86057A

Tints of Purple #86057A

Color information

#86057A (or 0x86057A) is unknown color: approx Purple. HEX triplet: 86, 05 and 7A. RGB value is (134,5,122). Sum of RGB (Red+Green+Blue) = 134+5+122=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86057A is #79FA85. Grayscale: #383838. Windows color (decimal): -7993990 or 7996806. OLE color: 7996806.

HSL color Cylindrical-coordinate representation of color #86057A: hue angle of 305.58º 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 #86057A is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB1345122-
CMYK00.960.090.47
HSL305.58º92.81%27.25%-
HSV(B)305.58º96.27%52.55%-
XYZ13.46.5818.98-
YUV56.91164.74182.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=51.34%
G=1.92%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134512200.960.090.47305.5892.8127.25
Hex8657A06092F1325d1b
Octal20651720140115746213533
Binary100001101011111010011000001001101111100110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,5,122); }

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

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

 a { background-color: rgb(134,5,122); }

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

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

 span { border-color: rgb(134,5,122); }

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