#860670

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

Shades of Purple #860670

Tints of Purple #860670

Color information

#860670 (or 0x860670) is unknown color: approx Purple. HEX triplet: 86, 06 and 70. RGB value is (134,6,112). Sum of RGB (Red+Green+Blue) = 134+6+112=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #860670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860670 is #79F98F. Grayscale: #383838. Windows color (decimal): -7993744 or 7341702. OLE color: 7341702.

HSL color Cylindrical-coordinate representation of color #860670: hue angle of 310.31º degrees, saturation: 0.91, 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 #860670 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB1346112-
CMYK00.960.160.47
HSL310.31º91.43%27.45%-
HSV(B)310.31º95.52%52.55%-
XYZ12.826.3715.88-
YUV56.36159.41183.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=53.17%
G=2.38%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134611200.960.160.47310.3191.4327.45
Hex86670060102F1365b1b
Octal20661600140205746613333
Binary1000011011011100000110000010000101111100110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860670; }

 p { color: rgb(134,6,112); }

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

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

 a { background-color: rgb(134,6,112); }

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

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

 span { border-color: rgb(134,6,112); }

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