#86037A

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

Shades of Purple #86037A

Tints of Purple #86037A

Color information

#86037A (or 0x86037A) is unknown color: approx Purple. HEX triplet: 86, 03 and 7A. RGB value is (134,3,122). Sum of RGB (Red+Green+Blue) = 134+3+122=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037A is #79FC85. Grayscale: #373737. Windows color (decimal): -7994502 or 7996294. OLE color: 7996294.

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

Color convert

RGB1343122-
CMYK00.980.090.47
HSL305.5º95.62%26.86%-
HSV(B)305.5º97.76%52.55%-
XYZ13.386.5418.97-
YUV55.74165.4183.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=51.74%
G=1.16%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134312200.980.090.47305.595.6226.86
Hex8637A06292F131601b
Octal20631720142115746114033
Binary10000110111111010011000101001101111100110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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